HTML Old School

Text Arranging

new line: <br>

Break line example: 0310textbr.html

 

paragraph: <p></p>

Paragraph example: 0302textp.html

 

paragraph alignment: <p align="left|center|right"></p>  - obsolete, replace with CSS text-align

Paragraph align attribute: 0302textp.html

 

 non-breaking line <nobr> (text in one line)

NOBR example: 0304textnobr.html

 

 division <div></div>

Centering example: 0305textcenter.html

 

indent text <blockquote></blockquote>

Example: 0306textblockquote.html

 

stop interpret HTML code <plaintext></plaintext> OBSOLETE!!!

 Plaintext example: 0307plaintext.html

 

prevent interpreting HTML code in browser <xmp></xmp>

 XMP example: 0308xmp.html

 

preformatted text <pre></pre> (HTML is interpreted)

Preformatted example:  0309textpre.html

 

space character &nbsp;

 Example: 0310textnbsp.html