cthulhu/test/html/textarea.html

9 lines
175 B
HTML
Raw Normal View History

<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>