tag


Inline vs block

label, input

<!-- label 의 for 이름과 input 의 id 이름을 같게 지정 -->
<label for="name">이름</label>
<input type="text" id="name">

input

button

textarea : 한 줄 이상의 문장을 입력