diff options
author | gerald <gerald@localhost> | 2000-10-19 00:18:04 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-10-19 00:18:04 +0000 |
commit | dc222e4ca5fd296dfb75a32335639484c048a5f5 (patch) | |
tree | 2e72eda0fa2472ad1002f6ac138778a4ed0ca472 /htdocs/dev/tests | |
parent | 66cae74f170537d3d5e77dd5b75dfadb8f19441d (diff) | |
download | markup-validator-dc222e4ca5fd296dfb75a32335639484c048a5f5.zip markup-validator-dc222e4ca5fd296dfb75a32335639484c048a5f5.tar.gz markup-validator-dc222e4ca5fd296dfb75a32335639484c048a5f5.tar.bz2 |
test ISO-HTML document
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/iso-html.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/htdocs/dev/tests/iso-html.html b/htdocs/dev/tests/iso-html.html new file mode 100755 index 0000000..895a960 --- /dev/null +++ b/htdocs/dev/tests/iso-html.html @@ -0,0 +1,33 @@ +<!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN"> +<html> + +<head> + <title>test ISO-HTML document</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="revision" + content="$Id: iso-html.html,v 1.1 2000-10-19 00:18:04 gerald Exp $"> +</head> + +<body> + +<p> +This is a test <a +href="http://purl.org/NET/ISO+IEC.15445/15445.html">ISO-HTML</a> 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: 2000-10-19 00:18:04 $ +</address> + +</body> + +</html> + |