<!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN"
                      "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en"><head>
<title>HTML 4.01 Frameset Document Sample</title>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1">
<link rev="made" href="mailto:hosono@si.gunma-u.ac.jp">
</head>
<frameset title="Frame Sample" rows="40,*">
  <frame title="Header" name="head" src="htmlidx.html"
         marginwidth=20 marginheight=10 scrolling=no noresize>
  <frame title="Display" name="disp" src="html401.html">
<noframes>
<body bgcolor="#e8e8e8" text=black link=red vlink=maroon alink=fuchsia>
<h1>HTML 4.01 Frameset (NOFRAMES) Document Sample</h1>
<hr>
<ul>
<li> <a href="html20.html">HTML 2.0</a>
<li> <a href="html32.html">HTML 3.2</a>
<li> <a href="html401.html">HTML 4.01 Transitional</a>
<li> <a href="chtml.html">Compact HTML</a>
</ul>
<hr>
</body>
</noframes>
</frameset>
</html>