스크린샷 2025-01-19 022017.png

  1. <input type = “text”/>: 텍스트 입력

  2. <input type = “date”/>: 날짜 입력

  3. <select><option>선택1</option> <option>선택2</option></select> : t선택의 경우

  4. textarea: 긴 장문을 작성해야 하는 경우

    스크린샷 2025-01-19 022800.png

    스크린샷 2025-01-19 022819.png

  5. div: 태그를 묶는 앱으로, 태그를 묶게 되면 해당 줄에는 그 태그만 차지하게 됨.

스크린샷 2025-01-19 023444.png

  1. checkbox (ex. JAVA, Python,…)
  2. radio 버튼 (ex. 프론트엔드, 백엔드, 데이터베이스)