HTML Reference Sheet
HTML Reference Sheet
Tag Name <HTML> </HTML> <title> </title> <body> </body> <body bgcolor> <p> <br> <hr> <b> </b> <i> </i> <U> </u> <center> </center> <tt> <h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4> <h5> </h5> <h6> </h6> <font color=green> </font> <font size=8> </font> <body text=yellow> <body link=blue> <body vlink=red> <a href=http://www.yahoo.ca>Yahoo </a> <a href=mailto:e-mail address>e-mail </a> <img src=pic.gif> <OL> </OL> <UL> </UL> <LI> </Ll> <DL> </DL> HTML Code Name the start and end of a page for the title at the top of the screen for the part which shows on the page to determine the background color to start a new paragraph to start a new line horizontal line bold your text italicise your text underline your text centre your text creates a typewriter font makes a large heading makes the next largest heading makes a smaller heading makes a smaller heading makes a smaller heading makes a small heading changes the text color to green changes the text size makes the text coloured yellow makes a hypertext link blue makes a visited hypertext fink red makes a link to Yahoos web page lets the user e-mail from the web page puts in the picture pic.gif puts in a numbered list creates a bulleted list an item in a list creates a plain list