Home > Article > Web Front-end > Introduction to HTML elements 1-wbr
[Introduction] Define inserting soft line breaks into a piece of NOBR text. Note: A soft newline is a point within the NOBR region where a newline is allowed but not required. This element is available in Internet Explorer 3 0 and above versions of HTML, defined in Internet Explorer
Inserts a soft line break into a block of NOBR text.
The so-called soft line break refers to a point located in the NOBR area where line breaks are allowed but not required.
This element is available in HTML in Internet Explorer 3.0 and above, and in script in Internet Explorer 4.0 and above.
This element will not be displayed.
This element does not require a closing tag.
<NOBR>此行文本不会断行,不管窗口的宽度如何。</NOBR> <NOBR>但是,本行,<WBR>如果窗口的宽度 太小的话,将在“本行,”后断行。</NOBR>
The above is the detailed content of Introduction to HTML elements 1-wbr. For more information, please follow other related articles on the PHP Chinese website!