Skip to content

Commit 95bc857

Browse files
committed
code files updated
1 parent f408cdc commit 95bc857

37 files changed

+350
-442
lines changed

Chapter02/Activity 2.01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33
<head>
44
<title>Video store home page</title>
55
<style>

Chapter02/Activity 2.02.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Video store product page</title>
@@ -32,7 +32,7 @@
3232
nav,
3333
section,
3434
footer {
35-
border: 1px solid gray;
35+
border: 1px solid grey;
3636
padding: 20px;
3737
margin-bottom: 25px;
3838
}

Chapter02/Exercise 2.01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33
<head>
44
<title>News article page</title>
55
<style>

Chapter02/Exercise 2.02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Grid based layout</title>

Chapter02/Exercise 2.03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Experimenting with the box model</title>

Chapter02/Exercise 2.04.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33
<head>
44
<title>Video store home page</title>
55
<style>

Chapter02/Exercise 2.05.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Video store product page</title>

Chapter03/Activity 3.01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Newspaper article</title>

Chapter03/Exercise 3.01.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Combining text based elements</title>
@@ -8,10 +8,10 @@
88
<body>
99
<h2>eBook Support</h2>
1010
<ul>
11-
<li>If you experience a problem with using or installing Adobe Reader, the contact Adobe directly at <a href=www.adobe.com/support>www.adobe.com/support</a></li>
12-
<li>To view the errata for the book, see <a href=www.packtpub.com/support>www.packtpub.com/support</a> and view the pages for the title you have.
11+
<li>If you experience a problem with using or installing Adobe Reader, the contact Adobe directly at <a href="http://www.adobe.com/support">www.adobe.com/support</a></li>
12+
<li>To view the errata for the book, see <a href="http://www.packtpub.com/support">www.packtpub.com/support</a> and view the pages for the title you have.
1313
</li>
14-
<li>To view your account details or to download a new copy of the book go to <a href=www.packtpub.com/account>www.packtpub.com/account
14+
<li>To view your account details or to download a new copy of the book go to <a href="http://www.packtpub.com/account">www.packtpub.com/account
1515
</a></li>
1616
</ul>
1717
</body>

Chapter03/Exercise 3.02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang = "en">
33

44
<head>
55
<title>Exercise 3.02</title>

0 commit comments

Comments
 (0)