<!DOCTYPE html>
<html lang="en">
<head>
 <title>Exercise #2 - Text Elements</title>
 <meta charset="UTF-8">
 <meta name="description" content="The premier bakery in Webster, MA, serving breakfast, lunch, and dinner in its Tea Room. Open M-Su.">
 <meta name="keywords" content="bakery, catering, wedding, cakes, tea room">
 <meta name="author" content="PUT YOUR NAME HERE">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
 <hgroup style="font-family:cursive;">
   <h1>The Sea Fairy Bakery</h1>
     <h2><i>Webster's full-service bakery</i>
     </h2>
 </hgroup>
 <p>1234 Main Street<br>
 Webster, MA 01570<br>
 507-555-1212<br>
 Open daily 7:00 a.m. - 10:00 p.m.<br>
 Sunday 7:00 a.m. - <mark>6:00 p.m.</mark></p>
</header>

<nav>
  Home<br>
  Desserts<br&grt;
  Breads<br&grt;
  Gatherings<br&grt;
  Tea Room<br&grt;
  About Us<br&grt;
</nav>

<main>
 <p>The Sea Fairy Bakery is a <em>full-service, family-owned bakery and restaurant</em> that has been bringing smiles to customers' faces for over seven years. We offer a wide selection of <strong>made-from-scratch</strong> desserts throughout the day, starting at 7:00 a.m.
 </p>
 
 <section>
 <p><span style="color:#01615D; font-weight:bold; font-size:120%;">We Deliver!<br>
   Postmates<br>
   GrubHub<br>
   DoorDash<br>
   Call us at (508) 555-1212 
  </p>
 </section>
 
 <article>
  <p>Here's what Nate Kahn of the <cite>Webster City News</cite> had to say about this year's Sea Fairy Winter Carnival:
   <blockquote>
	<p>“... it is the bakery's delicious treats that thrilled both young and old. From light-as-air cinnamon rolls to blueberry scones, to the Winter special Sachertorte, there was something for everyone.”
	</p>
   </blockquote>
  </p>
 </article>
 
 <aside>
  <details>
   <summary><b>Spring Specials</b></summary>
    Enjoy our <dfn>Spritzkuchen</dfn>, a German fried partry that is similar to a doughnut
  </details>
  <p><b>2018 Spring Fling</b><br>
   Saturday, June 24<sup>th</sup>, 2023<br>
   6:00 p.m. - <del>midnight</del> <ins>2:00 a.m.</ins>
  </p>
 </aside>
 
 <footer>
  <p><small>Copyright &copy; 2024 Sea Fairy Bakery
   <address>For additional information, contact: <a href="mailto:lola@seafairybakery.com">Lola Smith</a>
   </address>
  </small>
  </p>
</main>
</body>
</html>