Add styling for blockquotes

This commit is contained in:
Kognise 2019-04-07 10:04:59 -04:00 committed by Lewin Appleton-Fox
parent 7c29de1036
commit a8f5eec5c3
5 changed files with 21 additions and 4 deletions

View file

@ -131,6 +131,17 @@
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<blockquote cite="hhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote">
"The HTML blockquote Element (or HTML Block Quotation Element) indicates
that the enclosed text is an extended quotation. Usually, this is
rendered visually by indentation (see <a
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote#Usage_notes">Notes</a>
for how to change it). A URL for the source of the quotation may be given using the
<code>cite</code> attribute, while a text representation of the source
can be given using the <code>&ltcite&gt</code> cite element."
</blockquote>
<cite>MDN, "The Block Quotation element"</cite>
<script src='script.js'></script>
</body>
</html>