diff options
author | gerald <gerald@localhost> | 1999-09-17 08:45:42 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-09-17 08:45:42 +0000 |
commit | 61373eb5fe45288cfe44f01b18eb7259c0985e5a (patch) | |
tree | 20abdd8e925417b9c4ec19e54b363ea68f975dd3 /htdocs/dev/tests | |
parent | 5d1b0ad36c1dcbadb1a7b93aeda5d8dae571832a (diff) | |
download | markup-validator-61373eb5fe45288cfe44f01b18eb7259c0985e5a.zip markup-validator-61373eb5fe45288cfe44f01b18eb7259c0985e5a.tar.gz markup-validator-61373eb5fe45288cfe44f01b18eb7259c0985e5a.tar.bz2 |
made it a valid html 4.0 frameset document. whee.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/html40-frameset.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/htdocs/dev/tests/html40-frameset.html b/htdocs/dev/tests/html40-frameset.html index bf4f9cd..91a568c 100755 --- a/htdocs/dev/tests/html40-frameset.html +++ b/htdocs/dev/tests/html40-frameset.html @@ -5,10 +5,14 @@ <title>test HTML 4.0 Frameset document</title> <link rev="made" href="mailto:gerald@w3.org"> <meta name="revision" - content="$Id: html40-frameset.html,v 1.1 1999-09-17 08:31:25 gerald Exp $"> + content="$Id: html40-frameset.html,v 1.2 1999-09-17 08:45:42 gerald Exp $"> </head> -<body> +<frameset> + +<frame src="html40-strict.html"> + +<noframes> <p> This is a test HTML 4.0 Frameset document. @@ -23,10 +27,12 @@ See: <a href="./">W3C HTML Validation Service: Tests</a> <address> <a href="http://validator.w3.org/check/referer">valid HTML</a><br> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 1999-09-17 08:31:25 $ + $Date: 1999-09-17 08:45:42 $ </address> -</body> +</noframes> + +</frameset> </html> |