Chapter 3: HTML STYLES

Formatting Elements

<b> - Bold Text

This is the first paragraph in bold.


<i> - Italic Text

This is the first paragraph in italic.


<u> or <ins> - Underlined Text

This is some mispeled text.

This is some inserted text.


<s> or <del> - Strikethrough Text

These are This is some text.

Deleted text Updated text.


<mark> - Highlighted Text

This is an important paragraph.


<sub> and <sup> - Subscript and Superscript

This is a subscript text.

This is a superscript text.

Chemical formula: H2O

Mathematical formula: X2 + Y2

HTML Style Attribute

Inline Styles

This is the first paragraph with inline styles.

This is the second paragraph without any styles.


This paragraph has multiple inline styles applied.

Styled Division

This content is inside a styled div element.