Thuộc tính cols trong HTML được sử dụng cho cả phần tử
Thuộc tính cols của phần tử
Sau đây là cú pháp -
Ở trên, num là chiều rộng của vùng văn bản. Giá trị mặc định là 20.
Bây giờ chúng ta hãy xem một ví dụ để triển khai thuộc tính cols của phần tử
<textarea cols="num">
Ví dụ
<!DOCTYPE html>
<html>
<body>
<h2>Interview Questions</h2>
<p>Why do you want go for the Editor Job Profile? (100 words)</p>
<textarea rows="6" cols="70" autofocus>
Write the answer in 100 words only...
</textarea>
<p>What are your weaknesses? (50 words)</p>
<textarea rows="4" cols="70" autofocus>
Write the answer in 50 words only...
</textarea>
</body>
</html>
Đầu ra