input 태그에 type 속성을 text 값으로 설정하면 텍스트 입력 필드를 생성할 수 있습니다.
input
type
text
<input type="text">
:
type 속성은 기본값이 text이기 때문에 작성하지 않아도 됩니다:
<input>