<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
</head>
<body>
<form action="#" method="post">

    <input type="number" min="1" max="5">
    <input type="date" min="1990-01-01">
    <input type="date" max="2016-12-09">
    <input type="time" value="14:43">
    <input type="email">
    <button type="submit">提交</button>
</form>

</body>
</html>
01.html5中的一些input属性

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2021-11-16
  • 2021-05-23
  • 2021-04-15
  • 2021-06-06
  • 2021-11-02
  • 2021-11-05
猜你喜欢
  • 2021-10-24
  • 2022-12-23
  • 2021-12-05
  • 2021-11-23
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案