Latest web development tutorials

Fondazione Forma

Fondazione delle <table> elemento di stile grigio zebrato e comprende quattro confini:

Esempi

<Table>
<Thead>
<Tr>
<Th> Nome </ th>
<Th> Cognome </ th>
<Th> E-mail </ th>
</ Tr>
</ Thead>
<Tbody>
<Tr>
<Td> John </ td>
<Td> Doe </ td>
<Td> [email protected] </ td>
</ Tr>
<Tr>
<Td> Maria </ td>
<Td> Moe </ td>
<Td> [email protected] </ td>
</ Tr>
<Tr>
<TD> Luglio </ td>
<Td> Dooley </ td>
<Td> [email protected] </ td>
</ Tr>
</ Tbody>
</ Table>

Prova »

tavolo responsive

Usare i CSS per rendere tabella supporta responsive design: Aggiungere una tabella esterna <div> elemento, lo stile di overflow-x:hidden :

Esempi

<Div style = "overflow-x : hidden">
<Table>
...
</ Table>
</ Div>

Prova »