Chapter 3: Review
In this chapter we learned about the following tags:
The <PRE> Tag
. It is for preformatted text.
The <BLOCKQUOTE> Tag
. It is for quoting a block of text from an external source.
The <ADDRESS> Tag
. It is to indicate an address or a contact, and usually appears at the end of an HTML document.
The Headings Tags
. They run from <H1> through <H6>.
Logical Style Tags
.
Citation:
<CITE>
Code:
<CODE>
Emphasis:
<EM>
Keyboard:
<KBD>
Sample:
<SAMP>
Strong Emphasis:
<STRONG>
Variable:
<VAR>
Physical Style Tags
.
Bold:
<B>
Italic:
<I>
Teletype:
<TT>
Underline:
<U>
This concludes the chapter on character styles.
I am ready to go to the
next chapter
.