George and Susan Welcome to our HTML help page!
Home | HTML-Index | Basic HTML | HTML Structure
Change Font Color / Change Font Size / Change Font Face

Basic Text

This is <i>italicized</i> text
down
This is italicized text
<font size=2 color=red>red text</font>
down
red text
This is <b>bold</b> text
down
This is bold text
you can <strike>strike</strike> out text
down
you can strike out text
<u>this text is underlined</u>
down
this text is underlined
This text is <sup>super</sup> script
down
This text is super script
<span style="background-color: pink"><font color=blue>Your Text</font></span>
down
Your Text
This text is <sub>sub</sub> text
down
This text is sub text
<font style="font-size: 50pt" color=red>big</font>
down
big


My home page