Comprehensive Tag Review
Today we're going to create a comprehensive listing of all HTML tags:
- Open Arachnophilia or BBEdit. Create a new
file:
File Name:
tagreview.html
Title: A Comprehensive Table
of Tags
- 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:
< =
<
> = >
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.
- Add additional rows to the table until all the tags you've learned are
displayed.
- Upload "tagreview.html" to your account and add a link to it from
"index.html".