<!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>
相关文章: