HTML blockquote: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= * HTML Tags =Overview=") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* http://www.w3schools.com/tags/tag_blockquote.asp | |||
=Internal= | =Internal= | ||
Line 6: | Line 8: | ||
=Overview= | =Overview= | ||
The <tt><blockquote></tt> tag specifies a section that is quoted from another source. Browsers usually indent <tt><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.