mirror of
https://github.com/kognise/water.css.git
synced 2026-01-06 21:35:43 +01:00
Add styling for blockquotes
This commit is contained in:
parent
7c29de1036
commit
a8f5eec5c3
5 changed files with 21 additions and 4 deletions
11
index.html
11
index.html
|
|
@ -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><cite></code> cite element."
|
||||
</blockquote>
|
||||
<cite>MDN, "The Block Quotation element"</cite>
|
||||
|
||||
<script src='script.js'></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue