File tree Expand file tree Collapse file tree
Learning_HTML_CSS_Freeman_E/Lounge Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33
44< head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
57 < title > Head First Lounge Directions</ title >
68</ head >
79
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33
44< head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
57 < title > Head First Lounge Elixirs</ title >
68</ head >
79
@@ -10,28 +12,28 @@ <h1>Our Elixirs</h1>
1012
1113 < h2 > Green Tea Cooler</ h2 >
1214 < p >
13- < img src ="../img/green.jpg ">
15+ < img src ="../img/green.jpg " alt =" Image: Green Tea Cooler " >
1416 Chock full of vitamins and minerals, this elixir combines the healthful benefits of green tea with a twist of
1517 chamomile blossoms and ginger root.
1618 </ p >
1719
1820 < h2 > Raspberry Ice Concentration</ h2 >
1921 < p >
20- < img src ="../img/lightblue.jpg ">
22+ < img src ="../img/lightblue.jpg " alt =" Image: Raspberry Ice Concentration " >
2123 Combining raspberry juice with lemon grass, citrus peel and rosehips, this icy drink will make your mind feel and
2224 crisp.
2325 </ p >
2426
2527 < h2 > Blueberry Bliss Elixir</ h2 >
2628 < p >
27- < img src ="../img/blue.jpg ">
29+ < img src ="../img/blue.jpg " alt =" Image: Blueberry Bliss Elixir " >
2830 Blueberries and cherry essence mixed into a base of elderflower herb tea will put you in a relaxed state of bliss in
2931 no time.
3032 </ p >
3133
3234 < h2 > Cranberry Antioxidant Blast</ h2 >
3335 < p >
34- < img src ="../img/red.jpg ">
36+ < img src ="../img/red.jpg " alt =" Image: Cranberry Antioxidant Blast " >
3537 Wake up to the flavors of cranberry and hibiscus in this vitamin C rich elixir.
3638 </ p >
3739
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33
44< head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
57 < title > Head First Lounge</ title >
68</ head >
79
810< body >
911 < h1 > Welcome to the new and improved Head First Lounge!</ h1 >
1012
11- < img src ="img/drinks.gif ">
13+ < img src ="img/drinks.gif " alt =" Image: Different drinks " >
1214
1315 < p > Join us any evening for refreshing < a href ="beverages/elixir.html "> elixirs</ a > , conversation and maybe a game or
1416 two of < em > Dance Dance Revolution</ em > . Wireless access is always provided; BYOWS (Bring your own web server).
You can’t perform that action at this time.
0 commit comments