diff options
author | ot <ot@localhost> | 2008-02-12 05:52:42 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-12 05:52:42 +0000 |
commit | ebef25ebd739a22044fc31719b3dd35674952e03 (patch) | |
tree | ce22e691b0c7790c8375a98304dac8277776a951 /htdocs/dev | |
parent | 0f81cbd4244299514f9c297b92257fa577941b61 (diff) | |
download | markup-validator-ebef25ebd739a22044fc31719b3dd35674952e03.zip markup-validator-ebef25ebd739a22044fc31719b3dd35674952e03.tar.gz markup-validator-ebef25ebd739a22044fc31719b3dd35674952e03.tar.bz2 |
test with doctype FPI different than the standard one
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/html401_doctypecase.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html401_doctypecase.html b/htdocs/dev/tests/html401_doctypecase.html new file mode 100755 index 0000000..23e746f --- /dev/null +++ b/htdocs/dev/tests/html401_doctypecase.html @@ -0,0 +1,33 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HtmL 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> + +<head> + <title>test HTML 4.0 Strict document</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="revision" + content="$Id: html401_doctypecase.html,v 1.1 2008-02-12 05:52:42 ot Exp $"> +</head> + +<body> + +<p> +This is a test HTML 4.0 Strict document. +</p> + +<p> +See: <a href="./">W3C HTML Validation Service: Tests</a> +</p> + +<hr> + +<address> + <a href="http://validator.w3.org/check/referer">valid HTML</a><br> + <a href="../../feedback.html">Gerald Oskoboiny</A><br> + $Date: 2008-02-12 05:52:42 $ +</address> + +</body> + +</html> + |