Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .comment { resize: none; height: 100px; width: 350px; } </style> </head> <body> <h2>Textarea mit fester Höhe und Breite. </h2> <form> <textarea class="comment">Senden Sie Ihre Kommentare an den Autor.</textarea><br> <input type="submit" name="submitInfo" value="Absenden"> </form> </body> </html>