<body>
<div class="nav">
<div class="nav-item"> Journey
</div>
<div class="nav-item"> Clock in
</div>
<div class="nav-item"> Note
</div>
<div class="nav-item"> Box
</div>
<div class="nav-item"> Leftover
</div>
</div>
<div class="main">
<div class="title">
<a href="index.html">
<h1>Hello world</h1>
</a>
<section><h2>Place of Wonder</h2> <article>
<h3>Opening</h3> <p><span style="font-size:larger;">Welcome</span> to the Hello world. You will be author of this marvelous story.</p> </article> </section>
</div>
</div>
<ul>
<li><a href="explore.html">explore</a></li>
<li><a href="signin.html">sign in</a></li>
</ul>
<form>
<input type="password" placeholder="암호코드">
<input type="button" value="Submit">
</form>
<a href = "https://www.freecodecamp.org" target="_blank">Helper</a>
<main>
<p>this is the first website</p>
<img src="hawaii.jpeg"
width="80" alt="Hawaii">
</main>
<div id="footer">
<p>Creator: Joseph</p>
<p><a href="josephoh527@gmail.com">josephoh527@gmail.com</a></p>
</div>
</body>
작동했을때 문제는 없는데 코딩검사를 거치니까 아래 사진같은 피드백이 들어왔어요.. 어떻게 해야 하죠? 분명 body 엘레먼트 태크를 열고 닫아서 문제가 없는 거 같은데.. 모르겠네요 ㅜㅜ
코린이라 죄송합니다..