HTML Website Checklist

By the end of class please copy & paste your HTML page into the Teacher Hand In Folder.

Please make sure your name is in the file title.

Please make sure your HTML contains all of the following elements:

  • properly formatted <HTML>, <Head>, and <Body> tags

    • a page <Title>

    • a coloured background

    • Text that has bold, italics, and underline

    • 2 different sizes of headers

    • 1 HTML links ( i.e. <a href=http://google.ca"></a> )

    • a paragraph that uses a &nbsp; to indent

  • a copyright logo beside your name at the bottom (i.e. ©2013 Alan Lee)

  • a table with 4 cells. 2 columns and 2 rows

Here is a look back at the HTML topics we've covered:

  1. Intro

  2. Basic Tags & Headers

  3. Links

  4. Indenting, Lists, & Symbols

  5. Tables