Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'élément wbr</h1> <p>Try to shrink the browser window, to view how the very long word in the paragraph below will break:</p> <p>Ceci est un trèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrèstrès<wbr>longwordthatwillbreakatspecific<wbr>placeswhenthebrowserwindowisresized.</p> </body> </html>