DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
HTML Fun!
<b>HTML Fun<b>
<b>
Makes <b>Bold</b>
<u>
Makes <u>Underline</u>
<s>
Makes <s>Slash out.</s>
<font color="#"> // In the #, replace it with a color name or #color number.
Makes the text different colors.
<font size="#"> // In the #, replace it with a number size.





