1
0
Fork 0
firefox/dom/tests/mochitest/dom-level2-html/files/quote.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
440 B
HTML

<!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>