Auto AdSense

Tuesday, 26 May 2015

Text area (a multi-line text input field) - HTML Programs

<html>
<body>

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

</body>
</html>

Output

No comments:

Post a Comment