<wbr> Tag in HTML 5

In this article I am going to tell about <wbr> Tag in HTML 5.
  • 2045

Definition

<wbr> Tag is used for line break in HTML 5. When the words are too long, then we use the <wbr> tag. It  breaks that line and starts writing from next line in the browser.

Supporting Browsers

Mozilla Firefox, Google Chrome, Safari and Opera are the supporting browsers.

Example
 

<html>
<head>
       <title>HTML 5 Title</title>
</head>
<body>
         This page provides all info about -<wbr>HTML 5 Tags<wbr>HTML
</body>
</html>

Output

wbr.JPG

Further Readings

You may also want to read these related articles

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.