HTML: tag <wbr>
Descrizione
Il tag HTML <wbr> definisce un potenziale punto di interruzione di riga, se necessario. Questo sta per Word Break Opportunity.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML wbr Tag</title>
</head>
<body>
<wbr />The browser to extend the document window beyond the size
of the viewing pane and the poor user must scroll right<wbr />
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in - Riferimento agli attributi HTML
Attributi dell'evento
Questo tag supporta tutti gli attributi degli eventi descritti in - Riferimento agli eventi HTML
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |