HTML Text Formatting Elements
Text formatting is an essential aspect when it comes to designing professional web pages. There can be requirements to add bold text, italic text, text in bigger sizes, smaller sizes, and many other styles.
HTML Formatting elements were designed to display special types of text as indicated below:
- <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