<!doctype html public "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>HTML 2.0 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>
<body>
<h1><a href="http://validator.w3.org/check?uri=http://www.si.gunma-u.ac.jp/~hosono/html/html20.html"><img src="ic/vh20.png" alt="[Valid HTML 2.0]"></a>
HTML 2.0 Document Sample</h1>
<h5><i>Based on:</i>  <a href="spec/HTML20/html.dtd">html.dtd</a>
(v.1.30 1995/09/21 23:30:19 by <em>Daniel W. Connolly</em>)</h5>
<i>Last modified:</i> 2003/06/19
<hr>
<h3><img src="line.gif" alt="========== " align=middle> Headings</h3>

<h1>Heading Level 1</h1>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>

<h3><img src="line.gif" alt="========== " align=middle> Link / Images</h3>

<p>URL: <a href="http://www.si.gunma-u.ac.jp/~hosono/html/html20.html">
http://www.si.gunma-u.ac.jp/~hosono/html/html20.html</a>
(<a href="html20_src.html">Source</a>)
<br><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.3">
Related part</a> of W3C HTML 2.0 description.

<p>There are top-aligned line <img src="line2.gif" alt="T" align=top> and
picture <img src="sample/pic.gif" alt="TP" align=top>.<br>
There are middle-aligned line <img src="line2.gif" alt="M" align=middle> and
picture <img src="sample/pic.gif" alt="MP" align=middle>.<br>
There are bottom-aligned line <img src="line2.gif" alt="B" align=bottom> and
picture <img src="sample/pic.gif" alt="BP" align=bottom>.</p>

<h3><img src="line.gif" alt="========== " align=middle> Lists</h3>

<dl compact>
<dt> Term 1
<dd> the definition of first term
<dt> Term 2
<dd> the definition of second term
<dt> Term 3
<dd> the definition of third term
</dl>
<ul>
<li> first item
<li> second item
<li> third item
</ul>
<ol>
<li> first item
<li> second item
<li> third item
</ol>
<!-- don't use MENU or DIR -->
<menu>
<li> first item of menu
<li> second item
<li> third item
</menu>
<dir>
<li> first item of directory
<li> second item
<li> third item
</dir>

<h3><img src="line.gif" alt="========== " align=middle> Text / Phrase</h3>

<p>
<tt>Typewriter text, e.g. fixed-width font</tt><br>
<b>Bold text</b><br><i>Italic text</i><br>
<p>
<em>Emphasized phrase</em><br><strong>Strong emphasis</strong><br>
<samp>Sample text or characters</samp><br>
Keyboard directive: press <kbd>RETURN</kbd> key<br>
Variables: <var>name</var>, <var>count</var><br>
<cite>Name or title of cited work</cite><br>
Source code phrase: <code>printf("hello, world\n");</code><br>
A program listing (obsoleted tag):
<listing>
#include &lt;stdio.h&gt;
main() {
    printf("hello, world\n");
}
</listing>

<p>This paragraph contains a quotation:
<blockquote>This block is a quotation.  This block is a quotation.
This is a quotation.  This is a quotation.</blockquote>
The quotation ends here.

<p>Send S-mail at:<br>
<address>
Fumio HOSONO<br>
Fac. of Social and Information Studies, Gunma Univ.<br>
4-2 Aramaki-machi, Maebashi, Gunma  371-8510  JAPAN
</address>

<pre>
This is
a preformatted
text.
</pre>

<p>Horizontal rule follows:<br>
<hr>

<p>Some HTML comment lines follow:<br>
<!-- you should not be able to see this phrase --><br>
<!-- <strong>you should not be able to see this phrase</strong> --><br>
</p>

<h3><img src="line.gif" alt="========== " align=middle> Forms</h3>

<form action="http://www.f.si.gunma-u.ac.jp/~hosono/cgi/query.cgi" method=POST>
<b>Your name:</b>  <input type=text name="name" size=15 maxlength=25 value="">
<b>Your email:</b> <input type=text name="email" size=25 maxlength=40 value="">
<br><b>Your sex:</b> <select name="sex">
<option value="M" selected> Male
<option value="F"> Female
</select>
<b>Your blood:</b>
<input type="radio" name="blood" value="A"> A
<input type="radio" name="blood" value="B"> B
<input type="radio" name="blood" value="O" checked> O
<input type="radio" name="blood" value="AB"> AB
<br>
<!-- The following item is not displayed. -->
<input type="hidden" name="item" value="hidden item" size="20">
<br><b>Your favorite topics:</b><br>
<input type="checkbox" name="favor" value="A"> Internet / Multimedia
<input type="checkbox" name="favor" value="B"> Linguistic / Culture
<input type="checkbox" name="favor" value="C"> Sociology
<input type="checkbox" name="favor" value="D"> Politics
<input type="checkbox" name="favor" value="E"> Economics
<input type="checkbox" name="favor" value="F"> Others
<br><b>Please write your message.</b> (<i>fewer than 1000 characters</i>)<br>
<textarea name="mesg" rows=5 cols=60></textarea><br>
<input type="submit" value=" Submit "><input type="reset" value=" Clear ">
</form>

<h3><img src="line.gif" alt="========== " align=middle> Characters</h3>

<p>Escape sequences:<br>
5 &lt; 7  &amp;  8 &gt; 2<br>
&quot;This is in quotes&quot;</p>

<p>Accented characters:<br>
Gr&uuml;&szlig; Gott (Hello)</p>

<p>Additional characters:<br>
176 &#177; 2<br>
Long. 139&#176;03'50"E, Lat. 36&#176;23'16"N</p>
<hr>
<address><a href="http://www.si.gunma-u.ac.jp/~hosono/">Fumio HOSONO</a>
&lt;hosono@si.gunma-u.ac.jp&gt;</address>
</body></html>