Il tag HTML <wbr>



Descrizione

Il tag HTML <wbr> indica un potenziale interruttore di riga, se necessario. Significa letteralmente 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>

Produrrà il seguente risultato:

the browser to extend the document window beyond the size of the viewing pane and the poor user must scroll right

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements