Semantic components
Blockquote
“Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.”
<blockquote class="if" cite="https://www.huxley.net/bnw/four.html">
<p>
“Words can be like X-rays, if you use them properly—they’ll go through anything. You read
and you’re pierced.”
</p>
<footer>—Aldous Huxley, <cite>Brave New World</cite></footer>
</blockquote>
Time and date
<p>
The concert took place on
<time datetime="2001-05-15T19:00">May 15</time>
.
</p>
Resources on semantic components
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time
Adresses
<address class="if">
<strong class="if">Shay Howe</strong> <br />
<a class="if" href="http://learn.shayhowe.com">http://learn.shayhowe.com</a>
<br />
<a class="if" href="mailto:hello@awesome.com">hello@awesome.com</a> <br />
600 W. Chicago Ave. <br />
Suite 620 <br />
Chicago, IL 60654 <br />
USA
</address>