<TEXTAREA></TEXTAREA>:
is an element that allows for free form text entry.
Browser will display
Textarea
has the following attributes:
§NAME: is the name of the variable to be
sent to the CGI application.
§ROWS: the number of rows to the textbox.
§COLS: the number of columns to the
textbox.
<BODY
bgcolor=lightblue>
<form>
<TEXTAREA COLS=40 ROWS=20 Name="comments" >
HTML
Hypertext Markup Language is the set of markup symbols or codes inserted in a
file intended for display on a World Wide Web browser page The markup.
</TEXTAREA>:
</form>
</BODY>
Output
Comments
Post a Comment