English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
HTML: <col> span attribut
Exemple en ligne
Exemple !DOCTYPE html <html> <head>-8"> <meta charset="utf-<title>Utilisation de l'attribut span de <col> en HTML3基础教程(w/codebox.com)< title> 1<style>table, th, td {border:/style>px solide noir;<> </head> <body> <table> <colgroup> <col span="2" style="background-color:blue"> <col style="background-color:pink"> </colgroup> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>My first HTML</td> <td>$53</td> </tr> <tr> <td>5869207</td> <td>My first CSS</td> <td>$49</td> </tr> </table> </body> </html>Essayez de voir ‹/›
IEFirefoxOperaChromeSafari
Tous les navigateurs populaires prennent en charge l'attribut span.
L'attribut span de span spécifie le nombre de colonnes que l'élément col doit couvrir.
NONE.
<col span="number">
Valeur | Description |
---|---|
number | Définir le nombre de colonnes que l'élément col doit couvrir. |