File: html20-strict.html

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: javascript: 3,362; perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (16 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">

<title>HTML 2.0 Strict sample</title>
<h1>HTML 2.0 Strict sample</h1>

<p>A very simple HTML 2.0 Strict document, snatched from Frank Ellermann.</p>

<p>Please note that there is no explicit
<tt>&lt;html&gt;</tt>, no
<!-- one ---- two -->
<tt>&lt;head&gt;</tt>, and no
<!-- test-- -- SGML -->
<tt>&lt;body&gt;</tt>, but the
<tt>&lt;title&gt;</tt> is required.