Source Code: (back to article)
<!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>