HTML Colgroup Tag - Web4College
Có thể bạn quan tâm
Web4College
HTML colgroup tagHTML <colgroup> tag groups all the columns. It contains one or more columns. colgroup is the child of table element.
<table class="demoBox"> <colgroup> <col style="background-color:lightgreen;"> <col style="background-color:lightblue;"> <col style="background-color:lightyellow;"> </colgroup> <tr> <th>Countries</th> <th>Population</th> <th>Area</th> </tr> <tr> <td>China</td> <td>7,432,663,275</td> <td>9,572,900</td> </tr> <tr> <td>India</td> <td>1,382,323,332</td> <td>3,287,263</td> </tr> <tr> <td>Unitd States</td> <td>324,118,787</td> <td>9,525,067</td> </tr> </table> </>Countries | Population | Area |
---|---|---|
China | 7,432,663,275 | 9,572,900 |
India | 1,382,323,332 | 3,287,263 |
Unitd States | 324,118,787 | 9,525,067 |
Tag Uses
Specific uses of <colgroup> tagHTML colgroup element contains one or more columns. It can style more than one columns rather than individually.
Tag omission
The closing tag (</colgroup>) of colgroup may be omitted.
Global Attributes
All global attributes are applicable on colgroup element.
Tag Attributes
Attributes that are applicable to <colgroup> tag spanIf colgroup does't contain any column then this attribute should be use.
<colgroup span="2"> <col></col> </colgroup> <table>, <tr>, <td>, <col> Next PreviousWas this article helpful?
Yes NoDynamic CSS Digger
- align-content
- border
- animation-duration
- place-content
- background-color
- gap
- padding
- margin
- resize
- 290 more
HTML Tags
- <a>
- <abbr>
- <address>
- <area>
- <article>
- <aside>
- <audio>
- <b>
- <base>
- <bdi>
- <bdo>
- <blockquote>
- <body>
- <br>
- <button>
- <caption>
- <cite>
- <code>
- <col>
- <colgroup>
- <data>
- <datalist>
- <dd>
- <dfn>
- <div>
- <dl>
- <dt>
- <em>
- <embed>
- <fieldset>
- <figcaption>
- <figure>
- <footer>
- <form>
- <h1>-<h6>
- <head>
- <header>
- <hr>
- <i>
- <iframe>
- <img>
- <input>
- <ins>
- <kbd>
- <label>
- <legend>
- <li>
- <link>
- <main>
- <map>
- <mark>
- <meta>
- <meter>
- <nav>
- <noscript>
- <object>
- <ol>
- <optgroup>
- <option>
- <output>
- <p>
- <param>
- <pre>
- <progress>
- <q>
- <s>
- <samp>
- <script>
- <section>
- <select>
- <small>
- <source>
- <span>
- <strong>
- <style>
- <sub>
- <sup>
- <table>
- <tbody>
- <td>
- <textarea>
- <tfoot>
- <th>
- <thead>
- <time>
- <title>
- <tr>
- <u>
- <ul>
- <var>
- <video>
- <video>
Từ khóa » Html Colgroup Background Color
-
HTML Colgroup Tag - W3Schools
-
HTML Table Colgroup - W3Schools
-
Colgroup Background Color Not Override Tr Background Color
-
HTML:
Tag - TechOnTheNet -
: The Table Column Group Element - MDN Web Docs -
HTML |
Bgcolor Attribute - GeeksforGeeks -
HTML Col, Colgroup Tutorial With Examples - O7planning
-
HTML Colgroup Tag - Dofactory
-
Set Background For Column Group In HTML And CSS
-
HTML
Tag - W3docs -
HTML Table Colgroup - ForgeGeek
-
What Is Colgroup Tag In HTML?
-
HTML - Colgroup Tag - Tutorialspoint
-
HTML Colgroup Tag | How To Specify Table Background Style?