Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { width: 120px; border: 1px solid #666; word-wrap: break-word; } </style> </head> <body> <h2>Exemple de la propriété word-wrap</h2> <div> Lorem Ipsum est <strong>simplementsimplementsimplementsimplement</strong> du faux texte employé dans la composition et la mise en page avant <strong>impressionimpressionimpressionimpression</strong>.</div> </body> </html>