Iandev Smarter Business - Logo Cor
Navegação no fórum
para criar postagens e tópicos.

Criar subtitulos em html




 <thead>
        <tr>
            <!-- area para adicionar o titulos  -->
            <th colspan="1"></th> 
            <th colspan="3">Titulo 1</th>
            <th colspan="3">Titulo 2</th>
            <th colspan="3">Titulo 3</th>
        </tr>
        <tr>
        <!-- ficara com subtitulos -->
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
            <th>sub header</th>
        </tr>
    </thead>