Formatting text with html codes is pretty easy. The html tags for fomatting text are the ones you should master first when learning html.
Html Text Codes
The basic html tags to code text are as follows:
your text here Html code for bold text your text here Html code for underlined text your text here Html code for italicized text your text here Html code for strike-out text The last one is a pretty nifty text effect not everyone knows about. It's ideal when you want to say something and then go "Did I say that outloud?"
Combining Html Text Codes
You can off course combine html tags.
For bold and underlined text the html code is: text
text will most likely work too, but it's better to be organized with the opening and closing of html tags, even if it is for neatness' sake.