Skip to content

Commit 7a07dfe

Browse files
committed
xhtml to html5
1 parent 4713675 commit 7a07dfe

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

chapter9/lounge/about/directions.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
1+
<!DOCTYPE html>
2+
<html>
43
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
4+
<meta charset="utf-8">
65
<title>Head First Lounge Directions</title>
7-
<link type="text/css" rel="stylesheet" href="../lounge.css" />
6+
<link type="text/css" rel="stylesheet" href="../lounge.css">
87
</head>
98
<body>
109
<h1>Directions</h1>

chapter9/lounge/beverages/elixir.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
1+
<!DOCTYPE>
2+
<html>
43
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
4+
<meta charset="utf-8">
65
<title>Head First Lounge Elixirs</title>
7-
<link type="text/css" rel="stylesheet" href="../lounge.css" />
6+
<link type="text/css" rel="stylesheet" href="../lounge.css">
87
</head>
98
<body>
109
<h1>Our Elixirs</h1>
1110

1211
<h2>Green Tea Cooler</h2>
1312
<p class="greentea">
14-
<img src="../images/green.jpg" alt="Green Tea Cooler" />
13+
<img src="../images/green.jpg" alt="Green Tea Cooler">
1514
Chock full of vitamins and minerals, this elixir
1615
combines the healthful benefits of green tea with
1716
a twist of chamomile blossoms and ginger root.
1817
</p>
1918
<h2>Raspberry Ice Concentration</h2>
2019
<p class="raspberry">
21-
<img src="../images/lightblue.jpg" alt="Raspberry Ice Concentration" />
20+
<img src="../images/lightblue.jpg" alt="Raspberry Ice Concentration">
2221
Combining raspberry juice with lemon grass,
2322
citrus peel and rosehips, this icy drink
2423
will make your mind feel clear and crisp.
2524
</p>
2625
<h2>Blueberry Bliss Elixir</h2>
2726
<p class="blueberry">
28-
<img src="../images/blue.jpg" alt="Blueberry Bliss Elixir" />
27+
<img src="../images/blue.jpg" alt="Blueberry Bliss Elixir">
2928
Blueberries and cherry essence mixed into a base
3029
of elderflower herb tea will put you in a relaxed
3130
state of bliss in no time.
3231
</p>
3332
<h2>Cranberry Antioxidant Blast</h2>
3433
<p>
35-
<img src="../images/red.jpg" alt="Cranberry Antioxidant Blast" />
34+
<img src="../images/red.jpg" alt="Cranberry Antioxidant Blast">
3635
Wake up to the flavors of cranberry and hibiscus
3736
in this vitamin C rich elixir.
3837
</p>

0 commit comments

Comments
 (0)