File: xhtml1-missing-doctype-and-xmlns.html

package info (click to toggle)
w3c-markup-validator 0.7.4-5.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,736 kB
  • ctags: 117
  • sloc: perl: 1,938; sh: 94; makefile: 53; xml: 8
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>xhtml1-missing-doctype-and-xmlns.html</title>
  </head>
  <body>
    <p>This is a simple bogus HTML doc with neither a doctype nor
    an xmlns attribute on its root element.
    </p>
  </body>
</html>