summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/html20-strict.html
blob: 6bbfa55cdd606af496997a22100f1bd722084a23 (plain)
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.