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.

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.

✓ 100% Free ✓ No Login Needed ✓ NCERT / CBSE Aligned ✓ Download as PDF

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

🤖 Stuck on any question? Ask Syllab's free AI Tutor for a step-by-step explanation — instant, unlimited, no login.

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 →