HTML Tag List

 
CODE
<html> - Defines an HTML document
<head> - Defines information about the document
<title> - Defines the title of the document
<body> - Everything visible on your page goes between these tags
<img src> - Embeds an image in the HTML code
 <center> - Centers the content of the page
<p> - Defines a paragraph
<table> - Defines a table
<tr> - Defines a row on a table
<td> - Defines a cell in a table
<th> - Defines a table heading tag
<a href> - Defines a link address
<meta> - Defines metadata in an HTML document
<br> - Defines a line break
<face> - Defines font style
<size> - Define font size
<colspan> - Defines the number of rows the cell will span
<align> - Defines the alignment according to the surrounding elements (horizontal)
<valign> - Defines the alignment according to the surrounding elements (vertical)
<border> - Defines the size of the border around an element
<link> - Defines the color of a link
<vlink> - Defines the color of a visited link
<alink> - Defines the color of a link that is actively being followed
 
TERMS
Element - Defines how a document is interpreted - basic tag info
Attribute - Specifies additional features of the element
Value - Defines the attribute