Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { display: table-cell; } </style> </head> <body> <div> This is an example. This is some example with veryyyyyyyyyyyyyyyyyyyyyyyyLongword. </div> </body> </html>