Reference Page

Basics
Name Function
html starts document
/html ends document
head starts head
/head ends head
body starts body
/body ends body
title starts title
/title ends title
Table tags
Name Function
table starts table
/table ends table
tr /tr starts line; ends line
th /th starts; ends bolded cell
td /td starts; ends normal cell
"align" and "bgcolor" can be added as attributes
Form tags
Name Function
p /p inserts a blank line
br inserts a break in a line
center /center centers text
hr makes a hardrule
Text tags
Name Function
tt /tt creates typewriter text
b /b bolds text
i /i italicizes text
font /font changes the style
and color and size of text
hn /hn bolds and increases
size to a certain degree
"size", "color", and "style" can be added to font as attributes
"align" can be added to hn as an attribute
Special tags
Name Function
a href /a hyper text tag
img /img brings in an image
with help of "src"
List tags
Name Function
ol /ol ordered list
ul /ul un-ordered list
li parts of a list

Back to home