File: texthtml_unknownparsemode.html.utf8

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: javascript: 3,362; perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (25 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html SYSTEM "http://www.w3.org/Style/HTML40-plus-blink.dtd">
<!--
	The above is a "custom" DTD, because the text below uses
	<blink>, which isn't actually an HTML element. Including
	<blink> is meant as a *joke*. Adding it to a DTD doesn't make
	it any more standard or any more meaningful. DON'T CREATE
	CUSTOM DTDs!
-->
<html>
<head>
<title>test for text/html Document using Custom DTD, unknown parse mode - W06</title>

</head>

<body lang="en">
<p>This test document corresponds to validator warning W06:
<code>
Unable to Determine Parse Mode
</code>
</p>


</body>
</html>