|
Free HTML Code Reference
PARAGRAPH Tags
The <p></p> tags help line up your text.
|
Syntax
<P align=position nowrap>
a-paragraph-of-text
</P>
|
Modifiers
- ALIGN=direction
- The direction helps indicate
where you want your paragraph to line up. The direction
can be left, right or center.
- NOWRAP
- Does not allow automatic line breaks, but requires
a manual <br> tag.
|
|
Preformatted Text
The text between the <pre></pre> tags should be formatted
exactly the way you want them including spaces, tabs and line returns.
A few of the special characters (< >) appear to be the only
exceptions.
|
Syntax
<PRE width=xxx>
text-to-be-fixed-pitch-font
</PRE>
|
Modifiers
- WIDTH=width
- The maximum width of the text area.
|
|
|