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> <head> <style> p.test { largeur: 170px; bordure: 1px solide #000000; padding: 8px; word-wrap: break-word; } </style> </head> <body> <h1>La propriété word-wrap</h1> <p class="test">Ce paragraphe contient un mot très long : thisisaveryveryveryveryveryverylongword. Le long mot se cassera et se déplacera à la ligne suivante.</p> </body> </html>