It is used to specify where in the text there can be a line break. When a text is too long, the browser will cut it where it deems appropriate. With <wbr>
opportunities are indicated for it to do it where we want.
It has an opening tag but not a closing tag, despite being an empty element.
It does not introduce a hyphen at the cut point of the text. If you want to achieve this effect, you have to use the entity ­
.
- Type: inline
- Self-closing: No
- Semantic value: No
Top comments (1)
Here I have a question
We'll can break paragraph with wbr element and CSS but which one?