<br>
HTML <wbr> 標籤
#實例
<!DOCTYPE html> <html> <body> <p>Try to shrink the browser window, to view how the word "XMLHttpRequest" in the paragraph below will break:</p> <p>To learn AJAX, you must be familiar with the XML<wbr>Http<wbr>Request Object.</p> <p><b>Note:</b> The <wbr> tag is not supported in IE.</p> </body> </html>
執行實例»
點擊"運行實例" 按鈕查看線上實例
瀏覽器支援
所有主流瀏覽器都支援< wbr> 標籤,除了Internet Explorer。
標籤定義及使用說明
<wbr> (Word Break Opportunity) 標籤規定在文字中的何處適合新增換行符號。
提示:如果單字太長,或者您擔心瀏覽器會在錯誤的位置換行,那麼您可以使用<wbr> 元素來新增Word Break Opportunity(單字換行時機) 。
HTML 4.01 與 HTML5之間的差異
<wbr> 標籤是 HTML5 中的新標籤。
全域屬性
<wbr> 標籤支援 HTML 的全域屬性。
事件屬性
<wbr> 標籤支援 HTML 的事件屬性。