Resources Menu


Quick Reference Sheets for Webmasters

Quick Reference sheets are packed full of useful information for all webmasters.

HTML Reference Sheet

HTML Tag List


<blockquote>
The blockquote tag defines an area of text to be a long quotation. The visual effect in most browsers sets about 25 pixels of margin around the quoted text.

Attributes
cite
Value(s) : URL
This sets a link for the quoted text.
example:
<blockquote cite="quoted-info.html">Here is a long quotation of text.</blockquote>