There are two different ways you can collect text input from users over the world wide web.
I. TEXT INPUT TYPE
The Code:
II. TEXTAREA INPUT TYPE
Attributes
The Code:
• SIZE=length of text box
• MAXLENGTH=maximum number of characters that can be entered
• NAME=name assigned for information garthered
• VALUE=can display a default text
• COLS=width of text area, sets number of characters per line
• ROWS=height in lines before box begins to scroll
• NAME=name assigned for information gathered
• VALUE=can display a default text