Descrição:

  • A tag <col> permite você personalizar sua tabela.

Atributos:

Atributos Obrigatório:

Nenhum.

Atributos Opcionais:

align, char, charoff, span, valign e widht.

Atributos Padrão:

class, dir, id, lang, style, title e xml:lang.

Atributos de Eventos:

onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress e onkeyup.

Exemplo:

<table border="1">
<col style="width: 8.8em" />
<col style="width: 5.8em" />
<col style="width: 3.8em" />
  <tr>
    <th>Exemplo 1</th>
    <th>Exemplo 2</th>
    <th>Exemplo 3</th>
  </tr>
  <tr>
    <td>A</td>
    <td>B</td>
    <td>C</td>
  </tr>
</table>

 

Exemplo 1 Exemplo 2 Exemplo 3
A B C