General Rule of Thumb for Stylizing Text
Think of the commands for stylizing text as telling the computer when to start stylizing and when to stop. The first part of the command means "start" and the second part, the part with the forward slash, means "stop."
You can use HTML commands together by stringing them along, one right after the other, and doing the same in reverse order at the end of the text you want stylized, forming brackets of HTML commands around the text. Like this:
<b><em><u>bold, italicized and underlined text</u></em></b>
If you have any other questions about how to stylize text, contact the Community Pages Moderator.
Back To List