summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.13.blog.html
blob: 497798f9dea09ad8446ea9278cdfb3c5ede2a1bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lighthouse Bistro Blog</title>
<meta charset="utf-8">
</head>
<body>
  <header>
    <h1>Lighthouse Bistro</h1>
  </header> 
  <nav>
    <b>
    Home &nbsp; 
    Menu &nbsp; 
    Blog &nbsp; 
    Contact
  </b> 
   </nav> 
  <main> 
   <section>
    <aside><p><i>Watch for the March Madness Wrap next month!</i></p></aside>
    <h2>Bistro Blog</h2>

    <article>
       <header><h3>Valentine Wrap</h3></header>
       <time datetime="2022-02-01">February 1, 2022</time>
       <p>The February special sandwich is the Valentine Wrap &mdash;
        heart-healthy organic chicken with roasted red peppers on a
        whole wheat wrap.</p>
    </article>
    <article>
       <header><h3>New Coffee of the Day Promotion</h3></header>
       <time datetime="2022-01-12">January 12, 2022</time>
       <p>Enjoy the best coffee on the coast in the comfort of your
       home. We will feature a different flavor of our gourmet,
       locally roasted coffee each day with free bistro tastings and a
       discount on one-pound bags.</p>
    </article>
   </section>
  </main> 
  <footer>Copyleft &#127279; 2022
  </footer>
</body>
</html>