개발자의 길

[html5]tel,url,email 테스트 본문

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"

 



이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
공유하기 링크
Comments