9 lines
175 B
HTML
9 lines
175 B
HTML
<html>
|
|
<body>
|
|
<div>Before the entry</div>
|
|
<label for="comment">Label</label>:
|
|
<br><textarea name="comment" id="comment"></textarea>
|
|
<div>After the entry</div>
|
|
</body>
|
|
</html>
|