Prev Demo
HTML5
>
Wbr Tag - Word Break Opportunity
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> Word break opportunity Here is the demonstration of my name. This is SHEO<wbr />NARAYAN<wbr />DUTTA and this my name should not appear as a single word so try to shrink the browser window size. <p> Word break opportunity Here is the demonstration of my name. This is SHEONARAYANDUTTA and this my name should not appear as a single word so try to shrink the browser window size. </p> <br /> <br /> <p>This browser is not supporting the WBR tag.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output