5、初认表单post和get提交

阅读 29

2022-02-08

注册

多选框 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)

0 0 举报