|
Extended
Quotations Using the <BLOCKQUOTE> Tag
Use
the <BLOCKQUOTE> tag to include lengthy
quotations in a separate block on the screen.
Most browsers generally change the margins
for the quotation to separate it from surrounding
text.
In the example:
<P>Massachusetts Client Testimonial</P>
<BLOCKQUOTE>
<P>It has been a great pleasure to work with Scribble Graphics on my web site.
They took the time to come to my massachusetts office to learn about my business and
my intended audience for the web site. Designing a web site is an iterative process as
the client's unformed thoughts are transformed into a set of words and images. I have
found Scribble Graphics to be patient, to listen well, to be technically adept, and most
importantly, to stick with it until the product is just right.</P>
<P>--Susan Podziba, Principal</P>
</BLOCKQUOTE>
The result is:
Massachusetts
Client Testimonial
It
has been a great pleasure to work with Scribble
Graphics on my web site. They took the time
to come to my massachusetts office to learn
about my business and my intended audience
for the web site. Designing a web site is
an iterative process as the client's unformed
thoughts are transformed into a set of words
and images. I have found Scribble Graphics
to be patient, to listen well, to be technically
adept, and most importantly, to stick with
it until the product is just right.
--Susan
Podziba, Principal
|