HTML and CSS Reference
In-Depth Information
You needed to add a link with the label “Back to the Lounge” at the bottom of the elixir page that
points back to “lounge.html”. Here's our solution.
<html>
<head>
<title>Head First Lounge Elixirs</title>
</head>
<body>
<h1>Our Elixirs</h1>
<h2>Green Tea Cooler</h2>
<p>
<img src="green.jpg">
Chock full of vitamins and mi
combines the healthful benefi
a twist of chamomile blossoms
</p>
<h2>Raspberry Ice Concentration</h2>
<p>
<img src="lightblue.jpg">
Combining raspberry juice wit
citrus peel and rosehips, thi
will make your mind feel clea
</p>
<h2>Blueberry Bliss Elixir</h2>
<p>
<img src="blue.jpg">
Blueberries and cherry essence mixed into a base
of elderflower herb tea will put you in a relaxed
state of bliss in no time.
</p>
<h2>Cranberry Antioxidant Blast</h2>
<p>
<img src="red.jpg">
Wake up to the flavors of cranberry and hibiscus
in this vitamin C rich elixir.
</p>
<p>
<a href="lounge.html">Back to the Lounge</a>
</p>
</body>
</html>
H ere's the new <a> elem ent point ing
b ack to th e lo unge.
 
Search WWH ::




Custom Search