My Little Library My Little Library Home Books Music Video Games Contact Find your most favorite item My little library provides all sort of books, music and video games. You can find out your favorite stories. For order, please send me an Email Books Music Video Games Email link: Sha952711@email.ccbcmd.edu Last modified on:
I have errors in my coding how do i correct it is anyone can help me plaese
<!DOCTYPE html>
<html lang="EN">
<head>
<title>My Little Library</title>
<link href="style.css" rel="stylesheet">
<meta charset="utf-8">
<script>
alert("Welcome to My little Library!");
</script>
</head>
<body>
<div id="wrapper">
<header>
<h1>My Little Library</h1>
</header>
<nav>
<b><a href="Home.html">Home</a> <a href="Books.html">Books</a> <a href="Music.html">Music</a> <a href="VideoGames.html">Video Games</a> <a href="Contact.html">Contact</a> <!--   to create the extra spaces between the links --></b>
</nav>
<div id="Library"></div>
<main>
<h2>Find your most favorite item</h2>
<p>My little library provides all sort of books, music and video games. You can find out your favorite stories. For order, please send me an Email</p>
<ul>
<li>Books</li>
<li>Music</li>
<li>Video Games</li>
</ul>
</main>
</div>
<footer>
<p>Email link: <a href="mailto:Sha952711@email.ccbcmd.edu">Sha952711@email.ccbcmd.edu</a></p>
<p>Last modified on: <span id="date"></span></p>
<script>
document.getElementById('date').innerHTML = document.lastModified;
</script>
</footer>
</body>
</html>
Error: End tag main seen, but there were open elements.
From line 22, column 5; to line 22, column 11
/nav>↩ </main>↩
Error: Unclosed element div.
From line 19, column 6; to line 19, column 23
ipt>↩ <div id="Library">↩
Error: End tag for body seen, but there were unclosed elements.
From line 32, column 7; to line 32, column 13
iv>↩ </body>↩
Error: Unclosed element div.
From line 31, column 7; to line 31, column 11
ul>↩ <div>↩
Error: Stray start tag footer.
From line 34, column 9; to line 34, column 16
↩ <footer>↩ ↩
Error: Stray end tag em.
From line 36, column 100; to line 36, column 104
md.edu</a></em></smal
Error: Stray end tag small.
From line 36, column 105; to line 36, column 112
u</a></em></small></a></
Error: Stray end tag a.
From line 36, column 113; to line 36, column 116
m></small></a></p>↩
Error: Stray end tag div.
From line 44, column 7; to line 44, column 12
iv>↩ </div>↩ </b
Step by step
Solved in 2 steps with 1 images