Text Area in HTML

Text Area in HTML is used to write unlimited number of text in it.

Text Area in HTML

Text Area in HTML

     

Text  Area in HTML is used to write unlimited number of text in it.

Understand with Example

The Tutorial illustrate an example from Text Area in HTML.In this example, the code elaborate you to create text area in HTML page. For this we use the following tags -

<textarea> : This tag is used to create a text area in HTML page.

 

 

<textarea>
This is a text area.
</textarea>

The code is saved with .html extension. Place the path of html code into a url of browser.

You can enter unlimited number of texts in text area of HTML page.

Download