HTML/CSS - 3

HTML/CSS - 3: Text Formatting

Make your text more interesting! Use formatting tags to make words bold, italic, underlined, and highlighted.

✦ HTML Editor
▶ Live Output

👀 Show Solution
<strong>bold text</strong>
<em>italic text</em>
<mark>highlighted text</mark>
<u>underlined text</u>