<!DOCTYPE html>
<html>
<head>
<title>Unordered Lists</title>
</head>
<body>
<h1> Some random thougths </h1>
<p></p>
<ul>
<li>Codecademy</li>
<li>HTML</li>
<li>Coding</li>
<li>Code</li>
<ul>
</body>
</html>
Whats wrong with this??
Error message is:Oops, try again. Make sure to type your paragraph above your unordered list between your
tags!you need to have some text between your <p></p>
tags, if you do that, you will still get a new error. But i leave that too you to figure it out. If you get stuck on that one as well, let me know, i will help you