

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document contains some HTML key concepts, such as Basic Tags, Text Tags, Lists, Graphical elements, Forms, and so on.
Typology: Schemes and Mind Maps
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Basic Tags
Creates an HTML document
Sets off the title & other info that isn't displayed
Sets off the visible portion of the document
Puts name of the document in the title bar; when bookmarking pages, this is what is bookmarked
Body attributes (only used in email newsletters)
Sets background color, using name or hex value
Sets text color, using name or hex value
Sets color of links, using name or hex value
Sets color of visited links, using name or hex value
Sets color of active links (while mouse-clicking)
Text Tags
Creates preformatted text
-->
Creates headlines -- H1=largest, H6=smallest
Creates bold text (should use instead)
Creates italicized text (should use instead)
Creates typewriter-style text
Used to define source code, usually monospace
Creates a citation, usually processed in italics
Creates address section, usually processed in italics
Emphasizes a word (usually processed in italics)
Emphasizes a word (usually processed in bold)
Sets size of font - 1 to 7 (should use CSS instead)
Sets font color (should use CSS instead)
Defines the font used (should use CSS instead)
Links clickable text Creates a hyperlink to a Uniform Resource Locator clickable text Creates a hyperlink to an email address
Creates a target location within a document clickable text Creates a link to that target location
Formatting
Creates a new paragraph
Puts content in a quote - indents text from both sides
Used to format block content with CSS
Used to format inline content with CSS
Lists
Creates an unordered list
Creates an ordered list (start=xx, where xx is a counting number)
Encompasses each list item
Creates a definition list
Precedes each defintion term
Precedes each defintion
Graphical elements
Inserts a horizontal rule
Sets size (height) of horizontal rule
Sets width of rule (as a % or absolute pixel length)
Creates a horizontal rule without a shadow
Adds image; it is a separate file located at the URL
Aligns image left/right/center/bottom/top/middle (use CSS)
Sets size of border surrounding image (use CSS)
Sets height of image, in pixels
Sets width of image, in pixels
Sets the alternate text for browsers that can't process images (required by the ADA)
Forms
Defines a form
Creates a scrolling menu. Size sets the number of menu items visible before user needs to scroll.
Creates a pulldown menu
Creates a text box area. Columns set the width; rows set the height.
Creates a checkbox.
Creates a checkbox which is pre-checked.
Creates a radio button.
Creates a radio button which is pre-checked.
Creates a one-line text area. Size sets length, in characters.
Creates a submit button. Value sets the text in the submit button.
Creates a submit button using an image.
Creates a reset button
Tables (use only for data layout - use CSS for page layout) Table attributes (only use for email newsletters)
Creates a table
Sets off each row in a table
Sets off each cell in a row
Sets off the table header (a normal cell with bold, centered text)
Sets the width of the border around table cells
Sets amount of space between table cells
Sets amount of space between a cell's border and its contents
Sets width of the table in pixels or as a percentage
Sets alignment for cells within the row (left/center/right)
Sets alignment for cells (left/center/right)
Sets vertical alignment for cells within the row (top/middle/bottom)
Sets vertical alignment for cell (top/middle/bottom)
Sets number of rows a cell should span (default=1)
Sets number of columns a cell should span
Prevents lines within a cell from being broken to fit