Site hosted by Angelfire.com: Build your free website today!

Comprehensive Tag Review


Today we're going to create a comprehensive listing of all HTML tags:

  1. Open Arachnophilia or BBEdit. Create a new file:

         File Name: tagreview.html
         Title: A Comprehensive Table of Tags

  2. Create a table with 1 row and 2 columns. In the left cell, insert a tag that you've learned about this semester.

         <P>   </P>

    In order to get the special characters < and > to appear, you'll need to use their character codes (sometimes called escape sequences). For example:

         < = &lt;
         > = &gt;

    In the right cell, insert a comprehensive description of the tag:

    This is the paragrpah tag. It has three align attributes: left, center, and right. Almost every web page we've worked on uses the paragraph tag. Here are two examples: Genius Poem and Poorly Coded Web Page


    Add links to any examples you use.

  3. Add additional rows to the table until all the tags you've learned are displayed.

  4. Upload "tagreview.html" to your account and add a link to it from "index.html".