form 태그정리

Posted by 이상한 나라의 채소토끼
2018. 1. 3. 18:11 HTML , CSS

form 태그 정리
>
select > option
textarea
 textarea > cols
 textarea > rows

input> type   {크기는 width, height로 줌)
type> radio
type> checkbox(여러개 선택)
type> submit(제출)

input>name
 모든 것에 정해줘야함, color, size address, id, password)

input >value (화면에 나오는 기본메시지)
input > type > button (버튼 모양과 클릭만할수 있고 자바로 뭔가 할때 이용)
input > type > reset ( 입력정보초기화)

LABEL   

'HTML , CSS' 카테고리의 다른 글

box-sizing / background-size  (0) 2018.01.10
transition 속성  (0) 2018.01.10
background 단일속성으로 사용하기 등  (0) 2018.01.09
가상요소  (0) 2018.01.09
입력 양식 태그 (모던웹책 윤인성 作)  (0) 2018.01.08