Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .comment { resize: none; height: 100px; width: 350px; } </style> </head> <body> <h2>Textarea with fixed width and height</h2> <form action="/form/submit" method="post"> <textarea class="comment">Send your comments to the author.</textarea> <br> <input type="submit" name="submitInfo" value="Submit"> </form> </body> </html>