October 12, 2004

Handy HTML Commands for Libdata

Line Break: <br />
(2 line breaks generate an empty line)

Bold: <b></b>

Italics: <i></i>

Underline:<u></u>

Forced Space:  
(say you want two spaces between sentences or after a colon; browsers automatically ignore multiple spaces unless you force the issue)
An  example.

Paragraph: <p></p>

URL: <a href=""></a>

Blockquote: <blockquote></blockquote>

An example.

Unordered List:
<ul>
<li></li>
</ul>

Numbered List:
<ol>
<li></li>
</ol>

Images: <img src="" border="0" alt="" />
(fill in the URL and the alt text!)

Posted by bgi at October 12, 2004 05:54 PM | Email This Entry
Comments
Post a comment









Remember personal info?






Email this entry to:

Your email address:

Message (optional):