It is a input tag. You can enter multiple line of text in this in it. You can specifies the size of textarea with the help of cols ands rows attributes of it.
| <html> <head> <title>HTML is a markup language</title> </head> <body> <h1>HTML -- textarea tag Example. </h1> <!-- TextArea Tag--> <textarea cols="25" rows="4"> </textarea> </body> </html> |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.