Textarea
Using the Textarea Control
In this tutorial you will learn how to use the Textarea Control
I like to add Labels for each control to aid in Accessibility. This helps for tabbing and if you click on a label it will select that control.
An INPUT might not be big enough, you can use a Textarea in it's place.
Textarea
<label for="info">Info: </label>
<textarea rows="5" cols="30" name="info" id="info">Lots of information.</textarea>
Course
Want to learn more? Request this via the contact form.
Search
You can find more about this by searching the website.
By: Alex Hedley
Click here to sign up for more FREE tips
|