有没有 H5 做的联系表单( contact form)

2015 年 7 月 16 日
 Daddy

好吧,正文还是换上高上全的 HTML5 contact form

3638 次点击
所在节点    问与答
12 条回复
00oo00
2015 年 7 月 16 日
马上会有人来告诉你HTML5不能用H5表示…
FrankFang128
2015 年 7 月 16 日
HTML 4 凭什么不行?
bidu
2015 年 7 月 16 日
<h5>联系表单</h5>
Daddy
2015 年 7 月 16 日
@bidu 好想点感谢~

@dkl1163647274 就是你开头的,坏淫~

@FrankFang128 5>4嘛
cst4you
2015 年 7 月 16 日
上一堆特效动画, duang~~
jarlyyn
2015 年 7 月 16 日
html5的确有一堆新的input type,好吧,你赢了。
gilgamesh
2015 年 7 月 16 日
有啊:

<form>
<input type="text" name="name">
<textarea name="content"></textarea>
<button type="submit">submit</button>
</form>

谁能说这不是 HTML5
66beta
2015 年 7 月 16 日
@gilgamesh 我说不是,少了文档声明,我可以把你这段声明成html4 !!
gilgamesh
2015 年 7 月 16 日
@66beta 好吧,是在下输了。
cjj1994714
2015 年 7 月 16 日
<!DOCTYPE html>
<form action="" method="get">
邮箱:<input type="email" name="user_email" placeholder="user@host.com"/><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>
virusdefender
2015 年 7 月 16 日
麦客crm
leafx
2015 年 7 月 16 日
你们真溜

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/206092

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX