Skip to content

Commit 33129aa

Browse files
committed
Step 1 & 2
checking...
1 parent 4cc53c8 commit 33129aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@
1010

1111
<body>
1212

13-
<div class="header">
13+
<header>
1414
<h1>Sergio Cruz</h1>
1515
<h2>Application Developer</h2>
16-
16+
</header>
17+
<nav>
1718
<ul class="nav">
1819
<li><a href="index.html" class="active">Home</a></li>
1920
<li><a href="about.html">About</a></li>
2021
</ul>
21-
</div>
22+
</nav>
23+
</header>
2224

2325
<div class="tagline">
2426
<div class="content-wrapper">

0 commit comments

Comments
 (0)