Home >> HTML 5 >> wbr Tag in HTML 5

wbr Tag in HTML 5

wbr tag stands on Word Break Opportunity. This tag spacify the browser that what is the right place for breaking text. We use forward slash(/) after using this tag. 

Syntax

<wbr>

Example

<!DOCTYPE html>
<html>
<head>
   <title>Wbr Tag</title>
</head>
<body>
     <div>
         <h2>Wbr Tag</h2>
         <p>CRCoderrajCoderrajCoderrajCoderraj<wbr>providegoodsolution</p>
     </div>
</body>
</html>

Output

CRCoderrajCoderrajCoderrajCoderraj
providegoodsolution

Post Your Comment

Next Questions

Copyright ©2022 coderraj.com. All Rights Reserved.