Html Text Formatting — Free Html Tutorial
Learn Html Text Formatting in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
TL;DR: Learn Html Text Formatting in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated
Html Text Formatting in Html
Text formatting tags add meaning and styling: <strong> (important), <em> (emphasis), <mark> (highlighted), <small> (fine print), <code> (programming), <kbd> (keyboard input).
<b> and <i> are purely visual. <strong> and <em> are semantic and better for accessibility.
Use <sup> for superscript (E=mc²) and <sub> for subscript (H₂O). <del> shows deleted text, <ins> shows inserted text.
Html Text Formatting — Syntax
<strong>Important text</strong> <em>Emphasized text</em> <mark>Highlighted text</mark> <code>var x = 5;</code> <small>Fine print</small> <sup>Superscript</sup> <sub>Subscript</sub>
Learn Html Text Formatting step by step with Syllab's free interactive Html tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Html course →