Text Field
Example
3.4 - Form: text input - Example 3.4
<form method="get" action="https://cs12.net/form/submit.php">Email Address:
<input type="text" name="email" size="50"/>
<br/>
Year of Birth:
<input type="text" name="year_of_birth" maxlength="4"/>
<br/>
<button type="submit">Submit Information </button>
</form>
Year of Birth: