Start the second biggest heading by typing <h2>.

<html>
 <body>
  <h1>Hey there</h1>
  <h2>I've got news for you</h2>
 </body>
</html>]]>

We need to add <h2> for the header to display correctly.