<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> HTML5 wbr tag </title> </head> <body> <p>Try to shrink the browser window, to view how the very long word in the paragraph below will break:</p> <p>This is a veryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryvery<wbr>longwordthatwillbreakatspecific<wbr>placeswhenthebrowserwindowisresized.</p> <p><b>Note:</b> The wbr element is not supported in IE.</p> </body> </html>