Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .comment { width: 40%; height: 100px; padding: 10px; background-color: #d0e2bc; } </style> </head> <body> <form action="/form/submit" method="POST"> <textarea class="comment">Type your comment here.</textarea> <br> <input type="submit" name="submit" value="Send"> </form> </body> </html>