Flags
<b>This is my first HTML page!</b>
This is my first HTML page!
<I>Italic</I>
<B>Bold</B>
I can write in Italic or Bold
<B><I>Or I can write in both</I></B>
Or I can write in both
<TT>...and that's all</TT>
...and that's all
<HR WIDTH=100 ALIGN=LEFT>
<HR WIDTH=150 COLOR="blue" ALIGN=LEFT>
<HR WIDTH=200 COLOR="#008000" NOSHADE ALIGN=LEFT>
HTML Goodies