<input type = “text”/>: 텍스트 입력
<input type = “date”/>: 날짜 입력
<select><option>선택1</option> <option>선택2</option></select> : t선택의 경우
textarea: 긴 장문을 작성해야 하는 경우
div: 태그를 묶는 앱으로, 태그를 묶게 되면 해당 줄에는 그 태그만 차지하게 됨.