What is the basic structure of a single-line text-entry control (in forms)?

<input type="text">

A single-line -text-entry control is the default type of the input element, so this code will also produce a text box:

<input>