WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point
Lesson 1 | 2 | 3 | 4 | 5


HTML Lesson 4 - It's all in the Tags

Paragraph

<P>...</P>
Use this to define a paragraph.
Example:<p>This is one paragraph</p><p>This is another paragraph</p>
Click here to see what it looks like.


Strikethrough

<S>...</S>
Use this to strike through text.
Example: This is how <s>strikethrough</s> works.
Click here to see what it looks like.

 

Small Text

<Small>...</Small>
Use this to make text smaller.
Example: This is <small>small</small> text.
Click here to see what it looks like.


Style

<Style>...</Style>
Use this to control how text is displayed.
Example: <html><head><title>Style</title><style type="text/css">{color:red;} </style></head><body>This is red.</body><html>
Click here to see what it looks like.

 

Subscript

<Sub>...</Sub>
Text is rendered in subscript.
Example: This is <sub>subscript</sub> text.
Click here to see what it looks like.


Superscript

<Sup>...</Sup>
Text is rendered in superscript.
Example: This is <sup>subscript</sup> text.
Click here to see what it looks like.

 

Table

<Table>...</Table>
This tag creates a table.
Example: <table border="1" width="40%"><caption>This is the Caption</caption><colgroup><col align="center"><col align="center"><tbody><tr><td width="25%">HTML</td><td width="25%">4.0</td></tr></tbody></table>
Click here to see what it looks like.


Table Body

<Tbody>...</Tbody>
This tag defines the table body.
Example: <table border="1" width="40%"><caption>This is the Caption</caption><colgroup><col align="center"><col align="center"><tbody><tr><td width="25%">HTML</td><td width="25%">4.0</td></tr></tbody></table>
Click here to see what it looks like.

 

Table Cell

<Td>...</Td>
This tag creates a cell in a table.
Example: <table border="1" width="40%"><caption>This is the Caption</caption><colgroup><col align="center"><col align="center"><tbody><tr><td width="25%">HTML</td><td width="25%">4.0</td></tr></tbody></table>
Click here to see what it looks like.


Table Row

<Tr>...</Tr>
This tag creates a cell in a table.
Example: <table border="1" width="40%"><caption>This is the Caption</caption><colgroup><col align="center"><col align="center"><tbody><tr><td width="25%">HTML</td><td width="25%">4.0</td></tr></tbody></table>
Click here to see what it looks like.

 

Title

<Title>...</Title>
This tag encloses the title of a document (it always appear in the title bar of a browser.
Example: <html><head><title>HTML</title></head></html>
Click here to see what it looks like.


Underlined Text

<U>...</U>
Use this to underline text.
Example: This is <u>underlined</u> text
Click here to see what it looks like.

That's it for HTML tags. Note that there are more tags in HTML than what we've covered in these lessons. Lesson 5 will show you an example of how you can use everything you've learned so far.

 

BackBack to lesson 3
.

 

More Resources
HTML Books
Learn the code
What is HTML

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.