1. We need to add a bit of markup that encloses everything in the body of the document in an element that will serve as the grid container. Open the HTML document bakery.html, add a div around all of the content el- ements (from header to footer), and give it the id "container". Save the HTML file. .

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Black Goose Bakery</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Stint+Ultra+Expanded" rel="stylesheet">
<style>
@import url(bakery-styles.css);
</style>

</head>

<body>

<header>
  <nav>
    <ul>
      <li><a href="">Menu</a></li>
      <li><a href="">News</a></li>
      <li><a href="">About</a></li>
      <li><a href="">Contact</a></li>
    </ul>
  </nav>  
  <h1><img src="images/bgb_logo.png" alt="Black Goose Bakery"></h1>
  <p>The delicious baked goods you love at Black Goose Bistro...now available to go!</p>
</header>

<main>
  <h2>Fresh from the Oven</h2>
  <h3>Breads</h3>
  <p><img src="images/bread.png" alt="round loaf of bread on cutting board"> Our breads are made daily from highest-quality whole grain flour, water, salt, and yeast or sourdough starter. Simply and naturally, and never any preservatives. Patience is key to achieving the proper level of fermentation and baking each loaf to perfection. Available in whole grain, sourdough, olive loaf, classic rye, and potato-onion.</p>
  <p class="more"><a href="">Learn more about our baking process...</a></p>

  <h3>Muffins</h3>
  <p><img src="images/muffin.png" alt="one chocolate chip muffin"> Every day, we offer a large selection of muffins, including blueberry, multi-berry, bran, corn, lemon-poppyseed, and chocolate. Our muffins are made from scratch each day. Stop by to see our seasonal muffin flavors!</p>
  <p class="more"><a href="">Learn more about how we make our muffins...</a></p>
</main>

<aside>
  <h2>Hours</h2>
  <p><span class="day">Monday:</span> 5am to 3pm</p>
  <p><span class="day">Tuesday:</span> 5am to 3pm</p>
  <p><span class="day">Wednesday:</span> 5am to 3pm</p>
  <p><span class="day">Thursday:</span> 5am to 3pm</p>
  <p><span class="day">Friday:</span> 5am to 3pm</p>
  <p><span class="day">Saturday:</span> 6am to 4pm</p>
  <p><span class="day">Sunday:</span> 6am to 4pm</p>
</aside>

<footer>
<p>All content copyright &copy; 2017, Black Goose Bistro.</p>
  <div id="award"> 
    <img src="images/award.png" alt="Farmers' Market Award"> 
  </div> 
</footer>


</body>
</html>

1. We need to add a bit of markup that encloses everything in the body of
the document in an element that will serve as the grid container. Open
the HTML document bakery.html, add a div around all of the content el-
ements (from header to footer), and give it the id "container". Save the
HTML file.
<body> <div id="container">
<header>.</header>
<main>
Transcribed Image Text:1. We need to add a bit of markup that encloses everything in the body of the document in an element that will serve as the grid container. Open the HTML document bakery.html, add a div around all of the content el- ements (from header to footer), and give it the id "container". Save the HTML file. <body> <div id="container"> <header>.</header> <main>
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY