tidy-html5/test/input/in_1078345.html

23 lines
263 B
HTML
Raw Normal View History

2011-11-17 02:44:16 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title></title>
</head>
<body>
Some text.
<noscript>
<div>
<p>Some other text.</p>
</div>
</noscript>
<div>
<blockquote>
Text
<noscript>
<p>Text</p>
</noscript>
</blockquote>
</div>
</body>
</html>