Basic
HTML codes
GENERAL
(all HTML documents should have these)
Document Type <HTML></HTML> (beginning
and end of file)
Title <TITLE></TITLE> (must be in header)
Header <HEAD></HEAD> (descriptive info,
such as title)
Body <BODY></BODY> (bulk of the page)
Related Topics
Structural
definition
Formatting
codes
Links
and graphics
Dividers
Lists
Backgrounds
and colors
Special characters
Forms
Tables
Frames
Java
Miscellaneous