HTML表单提交

HTML表单提交

 

 HTML表单提交

 

 

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <!-- 把数据提交给web服务器需要使用表单标签:<form> --> <form action="https://www.baidu.com" method="POST"> <p> <!-- for 根据id名给指定id的标签设置光标 --> <label for="name">用户名:</label> <input type="text" id="name" name="username"> </p> <p> <label for="">密码:</label> <input type="password" name="password"> </p> <p> <label for="">性别:</label> <input type="radio" name="sex" value="0"><input type="radio" name="sex" value="1"></p> <p> <label for="">爱好:</label> <input type="checkbox" name="love" value="美女">美女 <input type="checkbox" name="love" value="学习">学习 <input type="checkbox" name="love" value="打游戏">打游戏 </p> <p> <label for="">照片:</label> <input type="file" name="pic"> </p> <p> <label for="">个人描述:</label> <textarea name="desc"></textarea> </p> <p> <label for="">籍贯:</label> <select name="position"> <option value="1">北京</option> <option value="2">成都</option> <option value="3">深圳</option> <option value="4">广州</option> </select> </p> <p> <input type="submit" value="提交"> <input type="reset" value="重置"> <input type="button" value="按钮"> </p> </form> </body> </html>

 

原创文章,作者:优速盾-小U,如若转载,请注明出处:https://www.cdnb.net/bbs/archives/31544

(0)
上一篇 2024年6月16日
下一篇 2024年6月16日

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

优速盾注册领取大礼包www.cdnb.net
/sitemap.xml