HTML - Balise <abbr>

La description

La balise HTML <abbr> est utilisée pour indiquer une abréviation comme etc., pvt.

Exemple

<!DOCTYPE html>
<html>

   <head>
      <title>HTML abbr Tag</title>
   </head>

   <body>
      <p>
         <abbr title = "Private">pvt.</abbr>
         <br />
         
         <abbr title = "International Cricket Council">ICC.</abbr> 
            promotes the global game.
         <br />
      </p>
   </body>

</html>

Cela produira le résultat suivant -

Attributs globaux

Cette balise prend en charge tous les attributs globaux décrits dans Référence des attributs HTML

Attributs d'événement

Cette balise prend en charge tous les attributs d'événement décrits dans HTML Events Reference

Prise en charge du navigateur

Chrome Firefox C'EST À DIRE Opéra Safari Android
Oui Oui Oui Oui Oui Oui