あなたの情報

名前:
住所:
電話:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>タイトルがついたフォーム(CSS使用)</title>
<style type="text/css">
<!--
.type1{ background-color: #CCFFCC;
border: #0000FF;
border-width: 2px;}
-->
</style>
</head>
<body bgcolor="#FF6633">
<form action="/1.cgi" method="post">
<fieldset class="type1"><legend>あなたの情報</legend>
<p>名前:
<input type="text" name="name" value="田中一郎">
<br>
住所:
<input type="text" name="add" value="兵庫県伊丹市xx-xx-xxx">
<br>
電話:
<input type="text" name="tel" value="0727-00-0000">
</p>
</fieldset>
</form>
</body>
</html>