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

14

The document discusses the importance of using HTML tags to improve the readability and accessibility of web content. It specifically explains the purpose of <pre>, <blockquote>, and <q> tags for formatting text. Proper usage of these tags contributes to well-structured and visually appealing web pages.

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)
19 views1 page

14

The document discusses the importance of using HTML tags to improve the readability and accessibility of web content. It specifically explains the purpose of <pre>, <blockquote>, and <q> tags for formatting text. Proper usage of these tags contributes to well-structured and visually appealing web pages.

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

Using these tags properly enhances readability and accessibility of web content.

3.2 Preformatted Text and Blockquotes

<pre>: Displays preformatted text while maintaining spaces and line breaks.

<blockquote>: Used for quoting long passages of text.

<q>: Used for inline quotations.

Correct usage of these tags ensures structured and aesthetically pleasing web
content.

You might also like