“Textarea Rows Cols” Ответ

Textarea Rows Cols

<textarea rows="4" cols="50">
Successful Sloth

HTML Textarea Rows

<!DOCTYPE html>
<html>
<body>

<h1>The textarea rows and cols attributes</h1>

<textarea rows="2" cols="50">
At w3schools.com you will learn how to make a website. We offer free tutorials in all web development technologies.
</textarea>

<p>This textarea has 4 visible rows.</p>
<p>You can change that by changing the value of the "rows" attribute.</p>

</body>
</html>
Shadow

Ответы похожие на “Textarea Rows Cols”

Вопросы похожие на “Textarea Rows Cols”

Больше похожих ответов на “Textarea Rows Cols” по HTML

Смотреть популярные ответы по языку

Смотреть другие языки программирования