Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> span { display: inline-block; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: green; } </style> </head> <body> <span> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </span> </body> </html>