<!DOCTYPE html>
<html>
<head>
<style>
p {
    white-space: nowrap;
}

</style>
</head>
<body>

<p>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>

</body>
</html>