Col – Table Column - HTML5
Có thể bạn quan tâm
jump
HTML: The Markup Language
« code colgroup »ⓘ col – table column # T
The col element represents one or more columns in the column group represented by its colgroup parent.
Permitted contents #
empty (void element)
Permitted attributes #
global attributes & span
ⓘ global attributes Any attributes permitted globally. ⓘ span = positive integer # Specifies the number of columns “spanned” by its col element; the col element shares its attributes with all the columns it spans.Additional constraints and admonitions #
- The align attribute on the col element is obsolete. Use CSS instead.
- The width attribute on the col element is obsolete. Use CSS instead.
- The char attribute on the col element is obsolete. Use CSS instead.
- The charoff attribute on the col element is obsolete. Use CSS instead.
- The valign attribute on the col element is obsolete. Use CSS instead.
Tag omission #
The col element is a void element. A col element must have a start tag but must not have an end tag.
Permitted parent elements #
colgroup
DOM interface #
interface HTMLTableColElement : HTMLElement { attribute unsigned long span; };Typical default display properties #
col { display: table-column; } « code colgroup »Từ khóa » Html5 Table Col Tag
-
HTML Col Tag - W3Schools
-
: The Table Column Element - HTML - MDN Web Docs - Mozilla -
HTML:
Tag - TechOnTheNet -
HTML -
Tag - Tutorialspoint -
HTML Tag » -
HTML
Tag - GeeksforGeeks -
HTML Col Tag - Tutorial Republic
-
HTML Col Tag And Element - HTML Tutorials - W3resource
-
HTML Col Tag - Learn HTML | W3Docs
-
Changing Column Width - The Complete HTML5 Tutorial
-
HTML Col Tag - Javatpoint
-
Tables In HTML Documents
-
4.9.1 The Table Element - HTML Standard - WhatWG
-
Col Element - HTML Quick