xxxxxxxxxx
<html>
<body>
<h1>Basic textarea element example</h1>
<label for="message">Leave a message</label>
<textarea
id="message"
name="message"
rows="6"
placeholder="Feel free to leave a message and we
will get back to you as soon as we can."
></textarea>
</body>
</html>