Text Formatting Tags

Basic Text Formatting

Bold text using <b> tag

Strong importance using <strong> tag

Italic text using <i> tag

Emphasized text using <em> tag

Underlined text using <u> tag

Highlighted text using <mark> tag

Other Formatting Tags

Smaller text using <small> tag

Deleted text using <del> tag

Inserted text using <ins> tag

Subscript: H2O using <sub> tag

Superscript: x2 using <sup> tag

Code formatting using <code> tag

Preformatted text
    preserves spaces
    and line breaks
using <pre> tag

Blockquote for long quotations
Inline quotation

HTML abbreviation