Skip to content

Commit 6305355

Browse files
committed
[proj. Lounge] Correct all files after W3C validator check
1 parent b5172a2 commit 6305355

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

Learning_HTML_CSS_Freeman_E/Lounge/about/directions.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

Learning_HTML_CSS_Freeman_E/Lounge/beverages/elixir.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

Learning_HTML_CSS_Freeman_E/Lounge/lounge.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
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).

0 commit comments

Comments
 (0)