Introduction to HTML elements 1-wbr

巴扎黑
Release: 2017-03-19 17:48:07
Original
1298 people have browsed it

[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.

Note

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.

Sample code

<NOBR>此行文本不会断行,不管窗口的宽度如何。</NOBR>
<NOBR>但是,本行,<WBR>如果窗口的宽度
太小的话,将在“本行,”后断行。</NOBR>
Copy after login

               

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!