Home >Web Front-end >HTML Tutorial >How to indicate potential word-breaking points in a paragraph in HTML?

How to indicate potential word-breaking points in a paragraph in HTML?

王林
王林forward
2023-08-29 20:57:031478browse

How to indicate potential word-breaking points in a paragraph in HTML?

HTML's tag defines a possible line break point. This represents a word break opportunity.

Example

You can try running the following code to learn how to implement the tag in HTML −

<!DOCTYPE html>
<html>
   <head>
      <title>HTML wbr Tag</title>
   </head>
   <body>
      <wbr />The browser to extend the document window beyond the size
      of the viewing pane and the poor user must scroll right<wbr />
   </body>
</html>

The above is the detailed content of How to indicate potential word-breaking points in a paragraph in HTML?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete