Skip to content

Commit 42343ed

Browse files
authored
Merge pull request rithmschool#5 from ntbk1919/patch-1
Update part_one.html
2 parents fee8c3d + af6f487 commit 42343ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intermediate_html/part_one.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<title>Mock Two</title>
66
</head>
77
<body>
8-
</header>
8+
<header>
99
Inside of header - let's add a navbar with some essential links
1010
<nav>
1111
<a href="#">Home</a>
1212
<a href="#"> About</a>
1313
<a href="#"> Contact</a>
1414
</nav>
15-
<header>
15+
</header>
1616
<hr>
1717
<section>
1818
<h2>Here is the main section of our page - it consists of a new articles</h2>
@@ -135,4 +135,4 @@ <h2>Essential Questions</h2>
135135
Here is our footer - let's make sure we copyright &copy; this!
136136
</footer>
137137
</body>
138-
</html>
138+
</html>

0 commit comments

Comments
 (0)