summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev')
-rw-r--r--htdocs/dev/tests/shorttags2.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/htdocs/dev/tests/shorttags2.html b/htdocs/dev/tests/shorttags2.html
new file mode 100644
index 0000000..3a3ff83
--- /dev/null
+++ b/htdocs/dev/tests/shorttags2.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+ <html>
+ <head>
+ <title>Shorttags test 2</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf-8">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+ </head>
+ <body>
+ <div>
+
+ <p<a href="/">this text should be in a link</> while this text should not
+ </p<p>All this markup is valid <a href="http://www.w3.org/TR/html401/appendix/notes.html#h-B.3.7">HTML 4.01</a>, but really not recommended.</P>
+
+ </div>
+ </body>
+ </html>
+