Set the id for the heading element to "title".

<html>
<body>
<h1 id="title">Wired</h1>
<h2 id="about">Stories from the Future</h2>
<script>
</script>
</body>
</html>
]]>

Make sure to pick id, followed by =, and finally "title".