xxxxxxxxxx
<html>
<body>
<h1>Cols Attribute Example for the textarea Element</h1>
<p>
The following example uses the cols attribute to set the width of the
textarea element to 60 characters.
</p>
<label for="message">Leave a message</label>
<textarea id="message" name="message" rows="6" cols="60"></textarea>
</body>
</html>