html /html - creates Html document
head /head - sets of the title and othe information that isn't displayed on the web age itself.
body /body - sets off visible portion of the documentt head /head - sets of the title and othe information that isn't displayed on the web age itself.
title /title - Puts the name of the document in the title bar body color=? - sets the background color, using name or hex value
body text=? - sets the text color, using name or hex value pre /pre - creates preformatted text
h1 /h1 - creates the largest headline
h6 /h6 - creates the smallest headline
b /b - creates bold text
i /i - creates italic text
tt /tt - creates teletype, or typewriter-style text
cite /cite - creates citation, usually italic
em /em - emphasizes a word (with italic or bold)
strong /strong - emphasizes a word (with italic or bold) font size=? /font - sets size of font from 1 to 7
font color=? /font - sets font color, using name or hex value a href="URL" /a - creates a hyperlink
a href="mailto:EMAIL" /a - creates mailto link
a name="name" /a - creates a target location form elsewhere in the document p - creates mailto link
p align=? - aligns paragraph to left, right, or center.
br - inserts line break
blackquote /blackquote - indents texts from both sides
dl /dl - creates a definition list
dt - precedes each definition term
dd - precedes each definition
ol /ol - creates a numbered list
li - precedes each list item, and adds a number
ul /ul - creats a bulleted list img src="name" align=? - aligns an image:left, right ,center, bottom, top , middle
img src="name" border=? - sets size of border around an image
hr - sets a horizontal rule
hr size=? - sets size (height) of rule
hr width=? - sets size (width) of rule
noshade=? - creates a rule without shadow. table /table - creates a table
tr /tr - sets of each row in table
td /td - sets off each cell in a row
th /th - sets off the table header table border=# - sets width of border around table cells
table cellspacing=# - sets amoutn of space between a cell's border and its contents
table width=# - sets width of - in pixels or as a ercentage of document width
tr align=? or td align=? - sets vertical alignment for cells. (left, center or right)
tr valign=? or td valign=? - sets vertical alignment for cells. (top, bottom, middle)
td colspan=# - sets number of columns in the cells
td rowspan=# - sets number of rows in the cells
td nowrap=# - prevents the lines within a cell from being broken to fit frameset /frameset - precedes the frameset rows="value, value" - defines the row w/in the frameset, using no. in pixels, % of width
frameset cols="value, value" - defines the column w/in the frameset, using no. in pixels, % of width
frame - definest a single frame - or region - within frameset.
noframes /noframes - defines what will appera on browsers that don't support frames. ALICEBLUE #A0CE00
ATIQUEWHITE #FAEBD7
AQUA #00FFFF
AQUAMARINE #7FFFD4
AZURE #F0FFFF
BEIGE #F5F5DC
BISQUE #FFE4C4
BLACK #000000
BLANCHEDALMOND #FFEBCD
BLUE #0000FF
BLUEVIOLET #8A2BE2
BROWN #A52A2A
BURLYWOOD #DEB887
CADETBLUE #5F9EA0
CHARTREUSE #7FFF00
CHOCOLATE #D2691E
CORAL #FF7F50
CORNFLOWERBLUE #6495ED
CORNSILK #FF8ADC
CRIMSON #DC143C
CYAN #00FFFF
DARKBLUE #00008B
DARKCYAN #0008B8B
DARKGOLDENROD #B8860B
DARKGRAY #A9A9A9
DARKGREEN #006400
DARKKHAKI #BDB76B
DARKMAGENTA #8B008B
DARKOKIVEGREEN #556B2F
DARKORANGE #FF8C00
DARKORCHID #9932CC
DARKRED #8B0000
DARKSALMON #E9967A
DARKSEAGREEN #8FBC8F
DARKSLATEBLUE #48D8B
DARKSLATEGRAY #4F4F4F
DARKTURQUOISE #00CED1
DARKVIOLET #9400D3
DEEPPIMK #FF1193
DEEPSKYBLUE #00BFFF
DIMGRAY #696969
DOGERBLUE #1E90FF
FIREBRICK #B22222
FLORALWHITE #FFFAF0
FORESTGREEN #228B22
FUSHIA #FF00FF
GAINSBORO #DCDCDC
GHOSTWHITE #F8F8FF
GOLD #FFD700
GOLDENROD #DAA520
GRAY #808080
GREEN #008000
GREENYELLOW #ADFF2F
HONEYDEW #F0FF0
HOTPINK #FF69B4
INDIANRED #CD5C5C
INDIGO #4B0082
IVORY #FFFFF0
KHAKI #F0E68C
LAVENDER #E6E6FA
LAVENDERBLUSH #FFF0F5
LEMONCHIFFON #FFFACD
LIGHTBLUE #ADD8E6
LIGHTCORAL #F08080
LIGHTCYAN #E0FFFF
LIGHTCOLDENRODYELLOW #FAFAD2
LIGHTGREEN #90EE90
LIGHTGREY #D3D3D3
LIGHTPINK #FFB6C1
LIGHTSALMON #FFA07A
LIGHTSEAGREEN #20B2AA
LIGHTSKYBLUE #87CEFA
LIGHTYELLOW #FFFFE0
LIME #00FF00
LIMEGREEN #32CD32
LINEN #FAF0E6
Header Tags
Body Attributes
Text Tags
Fonts
Links
Formating
Graphical Elements
Tables
Tables
Frames
Color values and Hex Triplet Equivalents