Quotes
The HTML <q> element indicates that the enclosed text is a short inline quotation.
The HTML <q> element indicates that the enclosed text is a short inline quotation.
In The Problem with Patterns, Cathy Dutton warns that patterns should never sacrifice user context for efficiency and consistency
.
Use the tabs to view the quotes source code.
<p>In The Problem with Patterns, Cathy Dutton warns that <q cite="https://cathydutton.co.uk/posts/the-problem-with-patterns/">patterns should never sacrifice user context for efficiency and consistency</q>.</p>
/*
Quotations
----------------------------------- */
q,
.quote {
margin: 2rem 0;
font-style: italic;
}