0% found this document useful (0 votes)
10 views1 page

14

Chapter 3 discusses HTML text formatting, highlighting basic formatting tags that enhance text readability. Key tags include <b> and <strong> for bold text, <i> and <em> for italics, <u> for underlining, and <small> and <big> for size adjustments. The chapter emphasizes the semantic importance of certain tags for accessibility and content clarity.

Uploaded by

Bhushan Mahajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

14

Chapter 3 discusses HTML text formatting, highlighting basic formatting tags that enhance text readability. Key tags include <b> and <strong> for bold text, <i> and <em> for italics, <u> for underlining, and <small> and <big> for size adjustments. The chapter emphasizes the semantic importance of certain tags for accessibility and content clarity.

Uploaded by

Bhushan Mahajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Chapter 3: HTML Text Formatting

3.1 Basic Formatting Tags

HTML provides various tags to format text, making it visually appealing and easier
to read. Common formatting tags include:

<b> and <strong>: Bold text (<strong> is semantically meaningful for important
content).

<i> and <em>: Italic text (<em> emphasizes content for accessibility purposes).

<u>: Underlines text (not recommended for hyperlinks to avoid confusion).

<small> and <big>: Adjust text size.

You might also like