Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML textarea tag</title> </head> <body> <form> <p>Leave your Comment:<br> <textarea cols="60" rows="5">write here...</textarea> </p> </form> </body> </html>