We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9723a commit f6262d0Copy full SHA for f6262d0
chapter13/dog.html
@@ -1,8 +1,8 @@
1
<!doctype html>
2
-<html>
+<html lang="en">
3
<head>
4
-<title>Fido</title>
5
<meta charset="utf-8">
+<title>Fido</title>
6
<script>
7
function Dog(name, breed, weight) {
8
this.name = name;
0 commit comments