7. HTML5
[html5]tel,url,email 테스트
자르르
2012. 1. 13. 11:43
tel,url,email 테스트
<form>
<input type="tel" placeholder="type=tel"><br/>
<input type="url" placeholder="type=url"><br/>
<input type="email" placeholder="type=email"><br/>
</form>
참고 문서 :
http://diveintohtml5.org/forms.html#type-email
http://dev.w3.org/html5/markup/input.tel.html
http://www.html5.jp/tag/elements/input.html#text-state-and-search-state
데스크탑 웹에서는 type="text"와 별반 차이 없으나
스마트폰에서는
type="tel"
type="url"인 경우는
type="email"