HTML blockquote: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
=Overview=
=Overview=


The <tt><blockquote></tt> tag specifies a section that is quoted from another source. Browsers usually indent <tt><blockquote></tt> elements.
The <tt>&lt;blockquote></tt> tag specifies a section that is quoted from another source. Browsers usually indent <tt>&lt;blockquote></tt> elements.
 
=Appearance=
 
Control with CSS. <font color=red>TODO.</font>

Latest revision as of 22:40, 9 January 2016

External

Internal

Overview

The <blockquote> tag specifies a section that is quoted from another source. Browsers usually indent <blockquote> elements.

Appearance

Control with CSS. TODO.