<!doctype html>
<html>
<head>
<title>Blockquote</title>
</head>
<body>
<h1>Blockquotes (aka: “Pull Quotes”)</h1>
<blockquote>
<p><em>The Semantic Web</em> is not a separate Web but an extension of the current one, in which information is given well-defined meaning, better enabling computers and people to work in cooperation.</p>
<a href="https://www.lassila.org/publications/2001/SciAm.pdf">
<cite>Tim Berners-Lee, 2001</cite>
</a>
</blockquote>
</body>
</html>