HTML , CSS

form 태그정리

이상한 나라의 채소토끼 2018. 1. 3. 18:11

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