|
|
|
|
|
|
Dividers |
|
TITLE
|
TAG &
DESCRIPTION |
|
Paragraph |
<P> </P> |
|
paragraph (closing tag often
unnecessary) |
|
Align Text |
<P ALIGN=LEFT|CENTER|RIGHT> </P>
|
|
aligns paragraph |
|
Justify Text |
<P ALIGN=JUSTIFY> </P>
|
|
justify's paragraph's text |
|
Line Break |
<BR> |
|
a single carriage return |
|
Horizontal Rule |
<HR> |
|
horizontal line,
-
width="100"
Use this to modify the width of the horizontal rule. You can use pixels or
a percentage of the page width. The default is 100% of the page width.
-
align="left"
Use this to align the horizontal rule to the left or right of the page.
The default alignment is center. You can only see the alignment effect if
the width of the horizontal rule is less than the width of the page.
-
size="3"
Use this to adjust the vertical size of the horizontal rule. The default
size is 2.
-
noshade
Use this to make your horizontal rule a solid stripe across the page,
rather than a shaded stripe.
|
|
Alignment |
<HR ALIGN=LEFT|RIGHT|CENTER>
|
|
alignment of horizontal line |
|
Thickness |
<HR SIZE=?> |
|
thickness, in pixels, of
horizontal line |
|
Width |
<HR WIDTH=?>
|
|
width, in pixels, of horizontal
line |
|
Width Percent
|
<HR WIDTH="%">
|
|
width(as a percentage of page
width), in pixels, of horizontal line |
|
Solid Line |
<HR NOSHADE> |
|
horizontal line without the 3D
cutout look |
|
No Break |
<NOBR> </NOBR>
|
|
prevents line breaks |
|
Word Break |
<WBR> |
|
where to break a line if needed |
|
|