기본 콘텐츠로 건너뛰기

2022 08 26 회사 워크샵

모바일웹 에서 유요한 a,input 타입 태그 속성


 종류          요소
전화 걸기 <a href="tel:010-1234-5678">전화걸기</a> 
sms 문자 보내기 <a href="sms:010-1234-5678">문자보내기</a>  
이메일 보내기 <a href="mailto:clxm300@naver.com">메일보내기</a>  
sms 문자 창 띄우기 <a href="sms:">문자보내기</a>  
이메일 창 띄우기 <a href="mailto:">메일보내기</a>  

종류요소 
 기본 모바일 키보드  <input type="text" />
 기본 모바일 키보드 <input type="password" /> 
기본 모바일 키보드/이메일 키보드  <input type="email" /> 
 숫자 키보드  <input type="tel" />
 기본 모바일 키보드/url 키보드  <input type="url" />
 기본 모바일 키보드/'go' 부분이 'search'로 변경된 키보드  <input type="search" />

모바일웹 에서 유용한 태그들 입니다.

댓글