HTML

html head title

body

  bgcolor="pink" text="black" link="blue" vlink="#ff0000" alink="#00ff00"

  onDragStart="return false" onSelectStart="return false"

h1-h6 headlines

b bold i italic tt teletype

cite citation

em strong emphasize

font

  color="green" size="3"  (1-7)

a

  href="URL"

  href="mailto:email"

  name="name" target location within a document

  href="#name" Links to that target location

p

  align="left" left (default), right, or center

br

blockquote dl dt dd

ol ul  li

div

  align="left" format large blocks with stylesheets

img

  src="name"

  align="left" left, right, center; bottom, top, middle

  border="1"

hr horizontal rule

  size="3" width="80%" noshade

table

  border="1" cellspacing="1" cellpadding="1"  width="500"

tr

  align="left" valign="top"

td th

  align="left" valign="top" colspan="2" rowspan="4" nowrap

pre preformatted text

frameset

  rows="80,50%,*"

  cols="15%,35%,*"

frame

  src="URL" name="name" marginwidth="value" marginheight="value" noresize"

  scrolling="value" yes, no, or auto (default)

noframes

form

select

  name="NAME" size="6"  pulldown menu

  multiple name="name" size="6"

option

textarea

  name="NAME" cols="40" rows="8"

input

  type="checkbox" name="name"

  type="radio" value="x"

  type="text" name="name" size="20"

  type="submit" value="name"

  type="image" border="0" name="name" src="name.gif"

  type="reset"

button

  type="submit"