File: html-4.01-frameset.html

package info (click to toggle)
sgml-data 2.0.8
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,688 kB
  • sloc: xml: 1,377; perl: 115; makefile: 90; sh: 16
file content (19 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
  <head>
    <title>HTML v4.01 example</title>
  </head>
  <frameset>
    <frame>
    <noframes>
      <body>
        <h1>HTML v4.01 example</h1>
        <p>
          This is just an simple sample to check DTD and entity validity.
        <hr>
        <address><a href="mailto:adam@onshore.com">Adam Di
            Carlo</a></address>
      </body>
    </noframes>
  </frameset>
</html>