HTML Tutorial

The language for building web pages.

HTML Formatting

HTML Text Formatting

HTML contains several elements for defining text with a special meaning. These formatting elements were designed to display special types of text.

Formatting Tags:

TagOutput
<b>Bold
<strong>Important (Bold)
<i>Italic
<em>Emphasized
<mark>Highlighted
<small>Smaller text
<del>Strikethrough
<ins>Underlined/Inserted
<sup>X2 Superscript
<sub>H2O Subscript

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics