summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/files/quote.html
blob: 6bad2b83f6e1a7fc4ac4687c2a3cdd225446f3cb (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>
</HEAD>
<BODY onload="parent.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>