A questão principal aqui é a falta de um esqueleto HTML adequado.
Para HTML5:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title Page</title>
</head>
<body>
<h1 class="some-class">Hello World</h1>
<p>
Fresh I'm king of the world do Vanilla Ice, Dolly the Sheep the Matrix Beavis and Butthead Umbro shorts tying your sweater around your waist.
Accent braids Ken Griffey Jr Honda Accord in Courtney Love I believe I can fly.
Tamagotchi Madonna hottie yo quiero Taco Bell Pontiac Trans Sport adipiscing.
</p>
</body>
</html>
CSS e JavaScript não incluídos (e não necessários para renderizar texto simples).
Confira: HTML! Declaração DOCTYPE