Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{otheruses4|the HTML element|the text quotation style|block quote}}
In [[HTML]] and [[XHTML]], the '''<code>blockquote</code>''' [[HTML element|element]] defines a [[block-quote|block quotation]] within the text. The syntax is <code><blockquote>blockquoted text goes here</blockquote></code>.
The '''<code>blockquote</code>''' element is used to indicate the quotation of a large section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.
It should be noted that in many [[Wiki]] [[Wikitext|markup languages]], this is different from the use of an initial colon in a paragraph, which may be translated into an HTML <code>dd</code> element enclosed within a <code>dl</code> element. (That is a 'data definition' within a 'definition list', without there being any preceding 'data term' or <code>dt</code> element). Other [[Cascading Style Sheets|CSS]] techniques may alternatively be applied. In any case, the intention is usually only to indent the left margin.
{{web-stub}}
[[Category:HTML]]
|