Skip to content

Commit e14d91c

Browse files
authored
Update 22_the_header.html
1 parent 691fd65 commit e14d91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4-semantic-html/22_the_header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>My Blog</title>
88
</head>
99
<body>
10-
<!-- From Challenge 22 -->
10+
<!-- From Exercise 22 -->
1111
<header>
1212
<h1>My Blog</h1>
1313
<nav>
@@ -19,4 +19,4 @@ <h1>My Blog</h1>
1919
</nav>
2020
</header>
2121
</body>
22-
</html>
22+
</html>

0 commit comments

Comments
 (0)