‎‎ويژگيHTML cols

Previous >    <Next  

‎‎تعريف وكاربردDefinition and Usage -‎

‎ويژگي‎cols‎ عرض قابل مشاهده ناحيه متني ‎<textarea>‎را مشخص ‎مي نمايد.

‎نكته ـ انداره يك ناحيه متني ميتواند با ويژگي ها‎height , width ‎ با استايلCSS ‎تنظيم شود.

‎‎كاربرد ويژگيApplies to -‎

‎.ويژگي فوق ميتواند در عناصر جدول زير بكار گرفته شود

‎‎عنصر ‎‎شرح
<textrea>‎‎ ‎‎يك كنترل ورودي چند خطي را معرفي مينمايد(textarea)

‎‎مثال ـ يك ناحيه متني با مشخص شدن عرض وارتفاع

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

This textarea has 4 visible rows.

You can change that by changing the value of the "rows" attribute.

--(go to editor for change code and run)

‎‎پشتيباني مرورگرBrowser Support -‎

‎‎ويژگي Chorome Edge Firefox Safari Opera
‎cols‎ ‎Yes‎ ‎Yes‎ ‎Yes‎ ‎Yes‎ ‎Yes‎

‎مرجع كامل تگهايHTML
‎مرجع كامل ويژگيهايHTML


Previous >    <Next