HTML Formatting
Formatting Elements
HTML contains several elements for defining text with a special meaning.
<b>- Bold text<strong>- Important text<i>- Italic text<em>- Emphasized text<mark>- Marked text<small>- Smaller text<del>- Deleted text<ins>- Inserted text<sub>- Subscript text<sup>- Superscript text
HTML
CSS
JS
Strong vs Bold
The <strong> tag is often displayed like
<b> (bold), but it has semantic meaning: it defines text
with strong importance.
Quick Quiz
Which tag is used to define emphasized text?
Enjoying these tutorials?