1 <form>
 2 <input type="text">
 3 <input type="password">
 4 <input type="hidden">
 5 <input type="radio" name="sex" value="男"> 6 <input type="radio" name="sex" value="女"> 7 <input type="checkbox" name="country" value="中国">中国
 8 <input type="checkbox" name="country" value="美国">美国
 9 <select>
10 <option value="1" selected>1</option>
11 <option value="2">2</option>
12 </select>
13 <textarea rows="8" cols="40"></textarea>
14 <input type="submit">
15 </form>

 

相关文章:

  • 2021-09-11
  • 2021-11-28
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2021-12-26
  • 2021-12-24
  • 2021-05-28
  • 2021-08-18
  • 2022-03-04
相关资源
相似解决方案