Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> span { display:inline-block; width: 150px; overflow-wrap: break-word; } </style> </head> <body> <span> LoremIpsumLoremIpsumLoremIpsumLoremIpsumLoremIpsumLoremIpsumLoremIpsum </span> </body> </html>