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
Copyright ©2022 coderraj.com. All Rights Reserved.