File: bogus-fpi3.html

package info (click to toggle)
w3c-markup-validator 0.7.4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,708 kB
  • ctags: 117
  • sloc: perl: 1,938; sh: 94; makefile: 53; xml: 8
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>test document with a bogus FPI</title>
    <meta name="revision"
      content="$Id: bogus-fpi3.html,v 1.1 2005/02/04 13:09:00 link Exp $"
    />
  </head>
  <body>
    <p>This is a test document with a bogus FPI.</p>
    <p>There is no "Strict" in the FPI for XHTML 1.1.</p>
  </body>
</html>