HTML blockquote: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:


The <tt>&lt;blockquote></tt> tag specifies a section that is quoted from another source. Browsers usually indent <tt>&lt;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.