Textarea (a multi-line text input field)
Textarea (a multi-line text input field)
<!DOCTYPE html>
<html>
<body>
<textarea rows="10" cols="30"> The cat was playing in the garden. </textarea>
</body>
</html>
Output
Textarea (a multi-line text input field)
<!DOCTYPE html>
<html>
<body>
<textarea rows="10" cols="30"> The cat was playing in the garden. </textarea>
</body>
</html>
Output