<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.comment {
width: 40%;
height: 100px;
padding: 10px;
background-color: #d0e2bc;
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>