注册
多选框 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>