Horizontal
Rules
The
<HR> tag can be used to add a horizontal rule to the page like the
one below.
The
<HR> tag can have the attributes: width="width in pixels", color="colour",
size="size in pixels" and align="left, right or center".
Block
Quotes
The
<BLOCKQUOTE> tag can be used to indent text like below.
One
blockquote in
Two
blockquotes in
Three
blockquotes in
The
HTML for the text above is shown below.
<blockquote>One
blockquote in</blockquote>
<blockquote><blockquote>Two blockquotes in</blockquote></blockquote>
<blockquote><blockquote><blockquote>Three blockquotes
in</blockquote></blockquote></blockquote>