Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .comment { width: 60%; height: 100px; padding: 10px; outline: 0; border: 3px solid #1c87c9; background: #d0e2bc; line-height: 20px; } </style> </head> <body> <form> <p>Hier verwenden wir CSS-Stile, um das Aussehen des Textfeldes anzupassen.</p> <textarea class="comment"> Senden Sie Ihre Kommentare an den Autor.</textarea> <br> <input type="submit" name="submitInfo" value="Absenden"> </form> </body> </html>