Introduction:
The HTML
Example:
The HTML
<textarea>
tag is used within a form to declare a textarea element - a control that allows the user to input text over multiple rows.Example:
<html> <head> <title>HTML textarea Tag</title> </head> <body> <textarea rows="3" cols="40"> Textarea provides space for as many characters as you like. </textarea> </body> </html>
0 comments :
Post a Comment