summaryrefslogtreecommitdiffstats
path: root/LayoutTests/dom/html/level2/html/HTMLQuoteElement01.html
blob: 5e949111cbec2ac32d5a6a260558ecaf1da65605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
<TITLE>NIST DOM HTML Test - QUOTE</TITLE>
<script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLQuoteElement01.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
<BODY onload="loadComplete()">
<P>
<Q CITE="./files/Q.html">The Q element is intended for short quotations</Q>
</P>
<BLOCKQUOTE CITE="./files/BLOCKQUOTE.html">
<P>The BLOCKQUOTE element is used for long quotations.</P>
</BLOCKQUOTE>
</BODY>
</HTML>