Tag must be paired error, Beginner's question
this is my first attempt at a web page so maybe I am missing something. ive checked over and over again..
I'm getting the error message,
"tag must be paired, missing [</div> </div> </div> </div>] start tag match failed [<div>] on line 38
line 38 is <div><div id="content">
am I missing something????
<!doctype html>
<html>
<head>
<link href="css/styles.css">
</head>
<body><div>
<div id="banner"> <img src="images/LDR banner.jpg">
</div>
<div>
<div id="header">
<h1>Highly Addictive Content</h1>
</div>
<div>
<div id= "navigate">
<ul>
<il><a href="index.html">Home</a></il>
<il><a href="lease.html">Lease</a></il>
<il><a href="exclusive.html">Exclusive</a></il>
<il><a href="mailinglist.html">Mailing List</a></il>
<il><a href="contactus.html">Contact Us</a></il>
</ul>
</div>
<div><div id= "content">
<p>Shop for high quality beats for lease. </p>
<p>Various Styles and sounds to add mixed flavor to any project from original hip hop to trap music. </p>
<p>Get exclusive beats made upon request and worked on to your satisfaction. </p>
<p>Join our mailing list for promos and updates.</p>
<img src="images/ldr logo 2 web.png"></div>
</body>
</html>
