Home >Web Front-end >HTML Tutorial >How to use html wbr tag

How to use html wbr tag

silencement
silencementOriginal
2019-05-26 15:44:394423browse

How to use html wbr tag

## Tag Definition and Usage

1. In HTML, the full name of the tag is: Word Break Opportunity, yes Used to specify where in the text it is appropriate to add line breaks. When browsing a web page, if the text is too long, the browser will wrap the text. If you are worried that the browser will wrap the text at an inappropriate position, you can use the tag to add a line break opportunity.

2. The tag is a new tag in html5. Currently, it is supported by all mainstream browsers except Internet Explorer.

Tag attributes and events##Tag supports html global attributes and event attributes

Format


or


Example


The above is the detailed content of How to use html wbr tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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

Related articles

See more