6. Quick Reference card
All HTML documents are in this format
< html >
< body >
…
< /body >
< /html >
Body < body > … < /body >
alink=color
background=url
bgcolor=color
Paragraph < p > … < /p >
align=position
Line break < br >
Link < a href="http://www.geocities.com/CollegePark/Union/7187/HTMLUser/…" > … < /a >
Image < img src="http://www.geocities.com/CollegePark/Union/7187/HTMLUser/…" >
align=position
border=n
width=n
height=n
Font < font > … < /font >
color=color
size=n
Heading < h1 > < h2 > < h3 > < h4 > < h5 >
Horizontal rule < hr >
align=position
color=color
noshade
size=n
width=n
Ordered list < ol >
style=style
type=format
< li > … < /li >
style=style
type=format
Unordered list < ul >
style=style
type=bullet
< li > … < /li >
style=style
type=format
Center < center > … < /center >
Bold < b >… < /b >
Italic < i > … < /i >
Blink < blink > … < /blink >
Small < small > … < /small >
Textarea < textarea > … < /textarea >
Cols=n
Rows=n
Style=style
Subscript < sub > … < /sub >
Superscript < sup > … < /sup >
Block Quote < blockquote > … < /blockquote >
Divisions < div > … < /div >
align=type
style=style
[ main page
]