This is the <h1 class="lsms-burgundy"> font tag
This is the <h1 class="lsms-goldenrod"> font tag
This is the <h2 class="lsms-navy"> font tag
This is the <h2 class="lsms-burgundy"> font tag
This is text inside of a paragraph tag. This is the <p class="lsms"> paragraph tag. This is italicized text inside of a paragraph tag. It's tag is <i> . This is bold text inside of a paragraph tag. It's tag is <b>.
- This is a green unordered list. This is the green unordered list <ul class="lsms"> 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 a golden unordered list. This is the golden unordered list <ul class="lsms-goldenrod"> tag
- This is another list item. This is the list item <li> tag
To the right is a double-bordered image, aligned to the right. The tag for this is <img src="http://gatornet.chapin.edu/apchem.jpg" alt="ap chem photo" class="lsms-image-right">
The tag to align the image to the left is <img src="http://gatornet.chapin.edu/apchem.jpg" alt="ap chem photo" class="lsms-image-left">
The tags and html elements below cannot be modified as the above can. They remain the same.
- 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>
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
|