show-notice
hide-notice

Thursday 8 August 2013

HTML blockquote Tag


Introduction:

The HTML blockquote tag is used for indicating long quotations (i.e. quotations that span multiple lines).
Browsers generally render blockquote text as indented text. If your quoted text needs to display within a non-quoted paragraph, you should use the HTML q tag. Most browsers surround q text with quotation marks.

Example:
<html>
<head>
<title>HTML blockquote Tag</title>
</head>

<body>
<p>According to the Quackit website: <blockquote>Browsers generally render blockquote text 

as indented text. If your quoted text needs to display within a non-quoted paragraph, you 

should use the <a href="http://www.gohilinfotech.blogspot.in/2013/08/html-b-tag.html" 

target="_blank">HTML b tag</a>. Most browsers surround q text with quotation 

marks.</blockquote></p>

</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com