Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .comment { width: 40%; height: 100px; padding: 10px; background-image: url("/uploads/media/default/0001/01/a1d4caa225542c577689287a36f4209808b08c19.jpeg"); font:1.4em/1.6em cursive; color: #095484; } </style> </head> <body> <form> <textarea class="comment"> Geben Sie Ihren Kommentar hier ein.</textarea> <br> <input type="submit" name="submit" value="Senden"> </form> </body> </html>