Gli ultimi tutorial di sviluppo web
 

HTML <wbr> Tag


Esempio

Un testo con opportunità di interruzione di parola:

<p>
To learn AJAX, you must be familiar with the XML<wbr>Http<wbr>Request Object.
</p>
Prova tu stesso "

Definizione e utilizzo

Il <wbr> tag (Word Pausa Opportunità) specifica in cui in un testo che sarebbe stato ok per aggiungere una linea-break.

Suggerimento: Quando una parola è troppo lungo, o avete paura che il browser si romperà le linee nel posto sbagliato, è possibile utilizzare il <wbr> elemento per aggiungere parola opportunità di pausa.


Supporto per il browser

I numeri nella tabella indicano la prima versione del browser che supporta pienamente l'elemento.

Elemento
<wbr> 1.0 12.0 3.0 4.0 11.7

Differenze tra HTML 4.01 e HTML5

Il <wbr> tag è nuovo in HTML5.


attributi globali

Il <wbr> tag supporta anche l' Attributi globali in HTML .


Attributi eventi

Il <wbr> tag supporta anche l' evento Attributi in HTML .