Name
textbox -- Accepts text input from user
Additional Attributes
multiline,
maxlength, disabled,
readonly, type,
size
Description
textbox is a user-input element. Expand it beyond
its single-line default by setting multiline to
true. You can also disable it, and set its size.