Display a heading on the webpage.

<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<h1>Top Stories</h1>
</body>
</html>]]>

Make sure to pick <h1>, followed by Top Stories, and finally </h1>.