<html>
<head>
<title>Form</title>
</head>
<body>
<a href="index.html">[What's new!]</a>
<h1>Form</h1>
<hr><p>
<form method="POST" action="what.cgi">
オプション<br>
<input type="radio" name="option" value="check" CHECKED>check<br>
<input type="radio" name="option" value="write">write<br>
<input type="radio" name="option" value="clear">clear<p>
パスワード<br>
<input type="password" name="pswd"><p>
タイトル<br>
<input name="title"><p>
ドキュメント<br>
<textarea name="doc" rows=5 cols=60></textarea><p>
<input type="submit"><input type="reset">
</form>
</body>
</html>