This website orders the importance of its sections with headings.

Add the right heading tags to complete it.

 <body>
   <h1>The Daily Dose</h1>
   <h2>Local News</h2>
   <h3>Celebrity Gossip</h3>
 </body>
</html>]]>

We'll need <h1> first, then </h2>, and finally <h3>.