attributi
speciali
Nessuno.
globali
Caricamento…
scheda tecnica
– Contenuto: nessuno
– Tipo: invisibile
– Intefraccia DOM: HTMLTableCaptionElement
– Supporto browser: totale
Sintassi
<table> <caption>[testo]</caption> </table>
Default CSS
caption {
display: table-caption;
text-align: center;
}
Esempio
<table>
<caption>Didascalia</caption>
<tr>
<th>1</th>
<th>2</th>
</tr>
<tr>
<td>a</td>
<td>b</td>
</tr>
</table>
| 1 | 2 |
|---|---|
| a | b |
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment