Created •
How do you add bold or italic emphasis to your text?
You can use basic HTML formatting options in your blog comments to italicise some words or emphasise others by making them bold, or by underlining them. You can even give the impression that some comments have been "struck out" or deleted.
Copy the code below each example (in red) to create that effect:
Some of this text is in italics
Some of this text <i>is in italics</i>
Some of this text is bold for emphasis
Some of this text <b>is bold for emphasis</b>
Some of this text is underlined
Some of this text <u>is underlined</u>
Some of this text is deleted (or "struck out")
Some of this text <del>is deleted (or "struck out")</del>

