|
<P>-begins a new paragraph <BR> -continues onto the next line(It's the same as pressing the return key) <!-Add Comments Here> -allows you to put a comment to yourself which will not show up on the web page |
Text Attributes:
|
<EM></EM> -Makes the text appear in italics <STRONG></STRONG> -Makes the text appear in bold <B></B> -Makes text appear in bold <I></I> -Makes text appear in italics <STRIKE></STRIKE> -Makes a line run through your text <U></U> -Underlines text <SUB></SUB> -Makes the text subscript <SUP></SUP> -Makes the text superscript <BLOCKQUOTE></BLOCKQUOTE> -Whatever is between these tags will be indented 5 spaces on both sides <BASEFONT SIZE="n"></FONT> -Changes font size- between 1 and 7
<FONT SIZE="+n"></FONT> -Also increases font size- use #'s 1-7 |