xxxxxxxxxx
<html>
<body>
<h1>Placeholder Attribute Example for the textarea Element</h1>
<label for="message">Leave a message</label>
<textarea
id="message"
name="message"
rows="6"
cols="60"
placeholder="Notice how this text dissappears when you start typing"
></textarea>
</body>
</html>