[HTML] [attributo] abbr

abbr (attributo base HTML) indica agli screen reader (quindi senza effetti visibili nei web browser) una descrizione abbreviata del contenuto della cella di intestazione di una tabella. V. pure l’attributo globale HTML title.

tag

valore

<th>

abbr="[testo]"

Esempio

<table>
  <tr>
    <th abbr="Descrizione cella 1">1</th>
    <th abbr="Descrizione cella 2">2</th>
    <th abbr="Descrizione cella 3">3</th>
  </tr>
  <tr>
    <td>A</td>
    <td>B</td>
    <td>C</td>
  </tr>
</table>

1 2 3
A B C

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

attributi base html, html

Related Articles

0 Comment

Rispondi