<!DOCTYPE html>
<html lang="en">
<title>Exercise #1 - Structural 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="Marcia Wendorf">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<header>
 <hgroup>
  <h1>The Sea Fairy Bakery</h1>
  <h2>Webster's Premier Bakery</h2>
  <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 Till 6:00 p.m.</p>
 </hgroup>
</header>

<nav>
 <p>Home<br>
 Desserts<br>
 Breads<br>
 Gatherings<br>
 Tea Room<br>
 About Us</p>
</nav>

<main>
 <p>The Sea Fairy Bakery is a full-service, family-owned bakery and restaurant that has been bringing smiles to customers' faces for over seven years. We offer a wide selection of made-from-scratch desserts throughout the day, starting at 7:00 a.m. Our famous Tea Room features a variety of daily specials, including soups and sandwiches.</p>

<section>
 <p>We Deliver!</p>
  <p>Postmates</p>
  <p>GrubHub</p>
  <p>DoorDash</p>
  <p>Call us at (508) 555-1212</p>
  <p>Nosotros hablamos espaƱol.</p>
</section>

<article>
 <p>Here's what Nate Kahn of the Webster City News had to say about this year's Sea Fairy Winter Carnival:
 "... 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>
</article>

<aside>
 <p>Srping Specials</p>
 <p>2023 Spring Fling<br>
 Saturday, June 24, 2023<br>
 6:00 p.m. - midnight<br>
 Call us for more information.
 </p>
</aside>

<footer>
 <p>Copyright © 2024 Sea Fairy Bakery</p>
</footer>
</main>

</body>
</html>