0
点赞
收藏
分享

微信扫一扫

5、初认表单post和get提交

以沫的窝 2022-02-08 阅读 29
html5前端

注册

多选框 input type="checkbox" value:多选框的值 name:多选框的组,建议多选也选成一组

<p>
    邮箱:
    <input type="email" name="email">
</p>
<p>
    URL:
    <input type="url" name="url">
</p>
<p>音量控制:<input type="range" name="voice" max="100" min="0" step="2"> </p>
<p>搜索:<input type="search" name="search"></p>
 <p><input type="submit"> <input type="reset"></p>
举报

相关推荐

0 条评论