티스토리 뷰
HTML 에서 사용하는 Input type 속성들입니다.
다영한 속성들이 있으니 확인해보시고 사용하세요!!
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">
반응형
댓글
© 2022 babydevelop