
好吧,正文还是换上高上全的 HTML5 contact form
1 00oo00 2015-07-16 13:42:27 +08:00 马上会有人来告诉你HTML5不能用H5表示… |
2 FrankFang128 2015-07-16 13:43:18 +08:00 HTML 4 凭什么不行? |
3 bidu 2015-07-16 13:45:07 +08:00 <h5>联系表单</h5> |
4 Daddy OP |
5 cst4you 2015-07-16 13:57:00 +08:00 上一堆特效动画, duang~~ |
6 jarlyyn 2015-07-16 13:58:34 +08:00 html5的确有一堆新的input type,好吧,你赢了。 |
7 gilgamesh 2015-07-16 14:02:01 +08:00 有啊: <form> <input type="text" name="name"> <textarea name="content"></textarea> <button type="submit">submit</button> </form> 谁能说这不是 HTML5 |
10 cjj1994714 2015-07-16 15:42:21 +08:00 <!DOCTYPE html> <form action="" method="get"> 邮箱:<input type="email" name="user_email" placeholder="[email protected]"/><br> 日期周数:<input type="week" name="user_date"/><br> <input type="time" name="user_date"/><br> <input type="month" name="user_date"/><br> <input type="datetime-local" name="user_date"/><br> <input type="number" value="5" min="0" max="10" step="2" name="user"/><br> Color:<input type="color" name="user_color"/><br> <input type="submit" value="提交"> </form> <form> <meter value="0.1" high="0.7" low="0.3" optimum="0.5"></meter><br> 进度条:<progress value="26" max="100"></progress> <input type="submit" value="提交"> </form> |
11 virusdefender 2015-07-16 16:02:37 +08:00 via Android 麦客crm |
12 leafx 2015-07-16 19:24:36 +08:00 via Android 你们真溜 |