input 태그
input태그는 사용자의 정보를 받는 요소들을 생성한다. 이름: 나이: input태그는 주로 form태그 안에서 type의 종류에 따라 다르게 표현된다. type의 종류 : button, checkbox, color, date, datetime-local, email, file, hidden, image, month, number, password, radio, range, reset, search, submit, tel, text, time, url, week Attribute Value Description accept file_extension audio/* video/* image/* media_type 업로드 할 파일 타입 필터 설정(type="file"에서만 사용) alt text 이미지 대체..