FORM.HTML
You are currently viewing a revision titled "FORM.HTML", saved on 2025年9月4日 6:55 PM by Serchan Binti | |
---|---|
タイトル | FORM.HTML |
コンテンツ | <form id="myForm" name="myForm"method=”post” action="input.cgi"
enctype="multipart/form-data">
<p>name : <input type="text" name="name"></p>
<p>address : <input type="text" name="add"></p>
<p>tel : <input type="text" name="tel"></p>
<p>mail : <input type="text" name="mail"></p>
<p>
<input type="submit" value="send">
<input type="reset" value="reset">
</p>
</form> |
抜粋 | |
脚注 |