Subscribe:

Ads 468x60px

dropdown

Social Icons

Text Area (A multiple line text input field) - HTML FORMS

CODE: Text Area (A multiple line text input field)


<!DOCTYPE html>
<html>
<body>

<textarea rows="10" cols="30">
The cat was playing in the garden.
</textarea>

</body>
</html>



Back: HTML FORMS




0 comments:

Post a Comment