|
|
<
p align="?"
>
<
/p
>
Aligns the paragraph to the right, left, or centered.
<
br /
>
Similar to the Enter button on your keyboard. If have Internet Explorer, you can click on View then Source and you will see that I have used many of them.
<
blockquote
>
<
/blockquote
>
Indents text on both sides.
<
dl
>
<
/dl
>
Creates a definition list.
<
dt
>
Precedes each definition term.
<
dd
>
Precedes each definition.
<
ol
>
<
/ol
>
Creates a numbered list.
<
li
>
<
/li
>
Precedes each list item, and adds a number.
<
ul
>
<
/ul
>
Creates a bulleted list.
<
div align="?"
>
<
/div
>
Used to align things left, right, or centered on the page. Can also be used in CSS stylesheets.
|