inputタグの type属性の値をtextに設定することで、 テキスト入力欄を作成できます。
input
type
text
<input type="text">
:
デフォルト値がtextなので、 type属性は省略できます:
<input>