戻る      form002.html     
<html>
<head>
<title>8 HTMLフォームの使用</title>
</head>

<body>
<h1>フォームの利用</h1>
<h3>8.1 form002.html【post】</h3>

<form action="form002.php" method="post">
<input type="text" name="text1">
<input type="submit"name="submit" value="送信">
</form>

</body>
</html>