Tags

Copy and Paste


HTML:
Creates an HTML document




Head:
Sets off the title and other information that isn't displayed on the Web page itself




Title:
Puts the name of the document in the title bar




Body:
Sets off the visible portion of the document




Body Attributes:
Sets the background color, using name or hex value



Sets the text color, using name or hex value



Sets the color of links, using name or hex value



Sets the color of followed links, using name or hex value



Sets the color of links on click




Center:




Delete:




font:




font size:

Size 1
Size 2
Size 3
Size 4




font color:

Red Font



font face:

Comic Sans Ms



Bold:




Italics:




Creates the largest headline




Creates the smallest headline




Creates teletype, or typewriter-style text

typewriter-style text



Creates a citation, usually italic




Emphasizes a word (with italic or bold)

Emphasizes a word


Emphasizes a word (with italic or bold)

Emphasizes a word



Underline:




Blink:




Creates a new paragraph




Aligns a paragraph to the left, right, or center




Creates a definition list




Precedes each definition term




Precedes each definition


the word
its definition




A generic tag used to format large blocks of HTML, also used for stylesheets




Preformatted:




Table:




Table row:
Sets off each row in a table




table data:
Sets off each cell in a row




table header:
Sets off the table header (a normal cell with bold, centered text)




Table Attributes:

Sets width of 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 table - in pixels or as a percentage of document width




Sets alignment for cell(s) (left, center, or right)




Sets vertical alignment for cell(s) (top, middle, or bottom)




Sets number of columns a cell should span




Sets number of rows a cell should span (default=1)




Prevents the lines within a cell from being broken to fit




Paragraph:




subscript:

NH4



superscript:

1st


Link:

***ALWAYS close a tag for a link***



Break:




Horizontal Rule:

*It gives you a horizontal line with a break before and after



Sets size (height) of rule




Sets width of rule, in percentage or absolute value




Creates a rule without a shadow




Image:




List with bullets:

  • list item 1
  • list item 2




replace the ul tag with this tag to have circles or squares:

  • list item 1
  • list item 2



number list:

  1. list item 1
  2. list item 2