1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<form action=""> <input type="email" name="" id="" /> <input type="submit" value="提交" /> </form>
<input type="tel" name="" id="" />
<input type="range" step="2" min="0" max="10" value="2" name="" id="" />
|