This is the <h1> font tag
This is the <h2> font tag
This is the <h3> font tag
This is the <h4> font tag
This is the <h5> font tag
This is the <h6> font tag
This is text inside of a paragraph tag. <p>
- This is an unordered list. This is the unordered list <ul> tag
- This is another list item. This is the list item <li> tag
- The word "here," which is underlined, is a link. Click here for the Chapin home page.
- This is a link tag: <a href="http://www.chapin.edu">LINK TEXT HERE</a>
- This is an ordered list.
- This is an ordered list tag: <ol>
- This is an ordered list.
- This is an ordered list.
Below is a horizontal rule. The horizontal rule tag: <hr>
The break tag creates a line
break with less space than a paragraph tag. The break tag is: <br>
This is bold text. The bold tag is: <b>
This is italicized text. The italics tag is: <i>
To close tags, type a backslash before the text of the command: </p>, </ul>, </li>. If you don't close your tags, that HTML command will continue until it finds a closed tag, which may cause your page to look strange.The following text is properly tagged:
<p><b>This is bold text.</b></p>
<p><i>This is italicized text.</i></p>
Note how the bold tag and the italics tag are housed within the paragraph tag; that order must be preserved. Whatever tag you first enter around text must be the last tag you close, even if there are multiple tags.
Last updated 06.23.09
This page overseen by The Web Team (ML)
Questions, comments: E-mail
|