HTML formatting tags for bold, italic, underline, strikethrough, superscript, subscript, and more.
| Tag | Output | Description |
|---|---|---|
<b> | Bold text | Bold (no importance) |
<strong> | Strong text | Bold + important |
<i> | Italic text | Italic (no importance) |
<em> | Emphasized text | Italic + emphasis |
<u> | Underline text | Underlined |
<s> | Crossed out | |
<mark> | Highlighted | Highlighted text |
<sup> | x2 | Superscript |
<sub> | H2O | Subscript |
<b>Bold text</b> <strong>Strong text</strong> <i>Italic text</i> <em>Emphasized text</em> <u>Underline text</u> <s>Strikethrough</s> <mark>Highlighted</mark> x<sup>2</sup> H<sub>2</sub>O
"The only way to learn a new programming language is by writing programs in it."
— Dennis Ritchie
The W3C defines web standards. HTML is the backbone of the web.
<blockquote> "The only way to learn a new programming language..." <cite>— Dennis Ritchie</cite> </blockquote> <p>The <abbr title="World Wide Web Consortium">W3C</abbr> defines web standards.</p>