Notes to "Introduction to Web Design | Modifying
1.
W3C
The usage of BLOCKQUOTE to indent text is deprecated in favor of style sheets.
Deprecated Example:
<BLOCKQUOTE>
Visual user agents generally render BLOCKQUOTE as
an indented block but the usage of BLOCKQUOTE to
indent text has been deprecated in favor of style
sheets.
</BLOCKQUOTE>
CSS Example:
<div style="margin-left: 50pt">
Style sheets will be the best solution once browsers
that support them are widely deployed. They separate
presentation directives from structural markup and are
explicitly designed to address the presentation issues.
</div>
Return to "Introduction
to Web Design | Modifying Text"
|