<form action="tz.html">
邮箱:<input type="email" name="yx"><br> 日期:
<input type="Date" name="rq"><br> 时间:
<input type="Time" name="sj"><br> 数字:
<input type="number" name="sz" min="1" max="10"><br> 月份:
<input type="Month" name="yf"><br> 星期:
<input type="Week" name="xq"><br> range:
<input type="range" name="range" id="g" oninput="ac()" value="0">
<section id="s" style=" border: 1px solid black; width: 100px;height:40px ;transform:rotate(0deg)">hello</section> <br> search:
<input type="search" name="search"> <br> 颜色:
<input type="color" name="ys"><br> 文本框:
<input type="text" name="wbk"><br> url:
<input type="url" name="url"><br> 用户名:
<input type="search" placeholder="请输入用户名" name="yhm"><br>
<input type="submit">
</form>