diff options
author | ot <ot@localhost> | 2008-02-12 05:59:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-12 05:59:15 +0000 |
commit | 4d46c1034ed68f3eeaa82cedf5a877b523155956 (patch) | |
tree | 2ac7e06b7825b27f4554a3eaf17eacb907d5522d | |
parent | 8c110552027803b8b60c2be46a77674ac95d6d19 (diff) | |
download | markup-validator-4d46c1034ed68f3eeaa82cedf5a877b523155956.zip markup-validator-4d46c1034ed68f3eeaa82cedf5a877b523155956.tar.gz markup-validator-4d46c1034ed68f3eeaa82cedf5a877b523155956.tar.bz2 |
test of html 4.01 without FPI
-rwxr-xr-x | htdocs/dev/tests/html401_system.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html401_system.html b/htdocs/dev/tests/html401_system.html new file mode 100755 index 0000000..d9032d3 --- /dev/null +++ b/htdocs/dev/tests/html401_system.html @@ -0,0 +1,20 @@ +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/html4/strict.dtd"> +<html> + +<head> + <title>test HTML 4.01 Strict document</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="revision" + content="$Id: html401_system.html,v 1.1 2008-02-12 05:59:15 ot Exp $"> +</head> + +<body> + +<p> +This is a test HTML 4.01 Strict document, with no FPI in its doctype.</p> + + +</body> + +</html> + |