Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
div {
border: 1px solid #000;
width: 60px;
overflow: hidden;
white-space: nowrap;
}
</style>
</head>
<body>
<div>Lorem Ipsum</div>
</body>
</html>