Sample HTML Text Input
<html>
<head>
</head>
<body>
<form name="Name" id="Name">
Visible Description:
<input type="text" name="Description" id="Description" size="20" maxlength="15">
<p>
You can change the size, the maximum length (in characters), the name, and the id (used for scripting).
<p>
<input type="reset" name="reset" value="Reset Form">
<p> This button resets the form.
</form>
</body>
</html>
Downloaded from http://www.wikihow.com