HTML Basics
Italics: the command "<i>" begins italics, the command
"</i>" ends them
She smiled a bright smile.
Bold: the command "<b>" begins bold, the command "</b>"
ends it.
She smiled brightly.
Font Choices: In order for a font to be viewed by another user in the chatrooms, that user
must have that particular font installed on their own computer. Obscure fonts will not be
seen and will revert to the user's default (usually Times New Roman). Common fonts are
Verdana, Arial, Helvetica, MS Sans Serif and Century Gothic.
<font face="verdana"> This is Verdana.</font>
<font face="Arial"> This is Arial. </font>
<font face="verdana" size="1"> This
is really small Verdana.<.</font>
<font face="Arial" size="3"> This is
pretty big arial.</font>
This is the <br> break symbol. It creates ONE line break.<br><br>
Use it sparingly!
Displaying Images:
<img src="http://www.imaginechat.com/images/home.gif">
Centering: <center> starts the command for centering text, </center> ends it.
She smiled brightly because she understood HTML. *g* |