Skip to content

Commit f6262d0

Browse files
committed
updating html tag in dog.html
1 parent 1a9723a commit f6262d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter13/dog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
4-
<title>Fido</title>
54
<meta charset="utf-8">
5+
<title>Fido</title>
66
<script>
77
function Dog(name, breed, weight) {
88
this.name = name;

0 commit comments

Comments
 (0)