Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
| Change Font Color / Change Font Size / Change Font Face |
This is <i>italicized</i> text
This is italicized text |
<font size=2 color=red>red text</font>
red text |
This is <b>bold</b> text
This is bold text |
you can <strike>strike</strike> out text
you can |
<u>this text is underlined</u>
this text is underlined |
This text is <sup>super</sup> script
This text is super script |
<span style="background-color: pink"><font color=blue>Your Text</font></span>
Your Text |
This text is <sub>sub</sub> text
This text is sub text |
<font style="font-size: 50pt" color=red>big</font>
big |