Horje

How to create HTML <textarea> Tag

It is A multi-line text input control (text area).
index.html
Example: HTML
 <label for="w3review">Review of W3Schools:</label>

<textarea id="w3review" name="w3review" rows="4" cols="50">
At horje.com you will learn how to make a website. They offer free tutorials in all web development technologies.
</textarea> 

Output should be:

How to create HTML <textarea> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin