HyperText Markup Language/Tag List/blockquote
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Use
This is used to indent a block of text on the Webpage. Good for long quotes. It also cites the quote via a URL.
[edit] Example
<p>This is a paragraph the is on the webpage that will not be indented. It will only be an ordinary block of text.</p> <blockquote cite="http://www.qoutesofourtime.com/freud/works.html"> <p>This paragraph will be indented. This is where the qoute will be added or a block of text the user wants to use without worrying about margins.</p> </blockquote> <p>We are now back to the ordinary text. The margins are back to <i>default</i>. The text continues to go like this until the attributes change.</p>
[edit] Required attributes
[edit] cite
This declares the URL of the citation. Type it as a webpage or a page on the server.
[edit] Standard attributes
[edit] cite
[edit] More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).