File Type (beginning and end of file) Header (descriptive info, such as title) Title (must be in header) Body (bulk of the page) Example: Name of the page page content goes here Division
Align Division
Bold Italic Underline (not widely implemented) Subscript Superscript Preformatted
 	(display text spacing as-is)
Center 
Center on page can be done with a div tag option too. Line Break
(a single carriage return) Font Size (ranges from 1-7) Change Font Size (increase or decrease font size Font Color (set color) Red = ff0000 green = 00ff00 blue = 0000ff yellow = red and green = ffff00 purpel = red and blue = 00ffff see more here http://catless.ncl.ac.uk/Lindsay/swatch0.html http://www.theodora.com/gif4/html_colors.gif http://www.immigration-usa.com/html_colors.html http://www.christiansitehosting.com/Hexadecimal%20Color%20Coding%20Chart.gif http://www.visibone.com/color/post1092.jpg Select Font Point size Weight Link Something Link to Location (if in another document) Target Window Display Image Alignment Alignment Alternate *** (if image not displayed) Dimensions (in pixels) Border (in pixels) Special Character &#?; (where ? is the ISO 8859-1 code) < < > > & & " " Registered TM ® Registered TM ® Copyright © Copyright © Non-Breaking Space   (Complete list at http://www.htmlhelp.com/reference/charset) Define Table
Table Alignment Table Border
(either on or off) Table Border
(you can set the value) Cell Spacing Cell Padding
Desired Width
(in pixels) Width Percent
(percentage of page) Table Color
Table Frame
Table Rules
Table Row Alignment Table Cell (must appear within table rows) Alignment No linebreaks Columns to Span Rows to Span Desired Width (in pixels) Width Percent (percentage of table) Cell Color
row 1 col 1 row 1 col 2 row 1 col 3 row 1 col 4
row 2 col 1 row 2 col 2 row 2 col 3 row 2 col 4
row 3 col 1 and 2 row 3 col 3 row 3 col 4
row 4 col 1 and 2 row 4 col 3 and 4
row 5 col 1, 2, 3, and 4
row 6 col 1, 2, and 3 row 6 col 4
Note: you can also do rowspan but that gets very confusing.