Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

<BLOCKQUOTE ...>

Usage Recommendation
thumbs up use it

Looking for information about indenting? You might want to check out the Indenting Tutorial

<BLOCKQUOTE ...> indicates that you are quoting a large section of text. <BLOCKQUOTE ...> is rendered with a paragraph break before and after, and usually (but not always) indented.

<BLOCKQUOTE>
<B>PORTIA</B><BR>
The quality of mercy is not strain'd, it droppeth as the gentle rain 
from heaven upon the place beneath: it is twice blest; it blesseth 
him that gives and him that takes: tis mightiest in the mightiest: 
it becomes the throned monarch better than his crown.
</BLOCKQUOTE>

gives us

PORTIA
The quality of mercy is not strain'd, it droppeth as the gentle rain from heaven upon the place beneath: it is twice blest; it blesseth him that gives and him that takes: tis mightiest in the mightiest: it becomes the throned monarch better than his crown.

The <P ...>, <BR ...> and <A ...> tags work well within <BLOCKQUOTE ...>. However, avoid using <BLOCKQUOTE ...> for anything besides its intended purpose: that of designating a long quote. In particular, avoid using <BLOCKQUOTE ...> just to indent a section of text. The results will be inconsistent across browsers and frequently look sloppy.