input.html

input.html

You are currently viewing a revision titled "input.html", saved on 2025年10月2日 6:42 PM by Serchan Binti
タイトル
input.html
コンテンツ
<html><head><title>データベース初歩</title></head> <body> <center> <form method="post" action="input.cgi"><br><br> <h1>データベース初歩</h1><br> お名前<br> <input type="text" name="name"><br><br> 住所<br> <input type="text" name="add"><br><br> 電話番号<br> <input type="text" name="tel"><br><br> メールアドレス<br> <input type="text" name="mail"><br><br> <input type="submit" value="送信する"><br> <input type="reset" value="リセット"> </form></center> </body> </html>
抜粋
脚注


Old New Date Created Author Actions
2025年10月2日 9:42 AM Serchan Binti

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です