<!--HTML5(014)引用標示<cite>、<q>、<blockquote>-->
<!doctype html>
<html>
<head>
<meta charset = "utf-8">
<title>HTML5(014)引用標示<cite>、<q>、
<blockquote></title>
</head>
<body>
<header>
<h1>唐朝诗集</h1>
<p>本網站專門蒐集唐朝的詩籍</p>
</header>
<section>
<h1>李白</h1>
<h3><cite>《靜夜思》</cite></h3>
<!--<cite></cite>會有斜線效果-->
<p><q>床前明月光,</q></p>
<!--<q></q>會有雙引號效果-->
<p><blockquote>疑是地上霜。<blockquote></p>
<!--<blockquote><blockquote>會有縮排效果-->
<p>舉頭望明月,</p>
<p>低頭思故鄉。</p>
<hr>
</section>
<section>
<h1>語意</h1>
<p>床前灑滿皎潔的月光,朦朧中我以為地上有霜。</p>
<p>可是抬頭一望,圓圓的秋月真明亮。</p>
<p>望著月兒,情不自禁想故鄉。</p>
<p>想著想著,我低下了頭,心中的思念沒有盡頭。</p>
</section>
<footer>
<br>
<br>
<br>
<br>
<p>來源自:李白</p>
</footer>
</body>
結果為: