i type some text between
but it the message sitll is :“Oops, try again. Make sure to type your paragraph above your unordered list between your tags!”this is my code :
<!DOCTYPE html>
<html>
<head>
<title>Unordered Lists</title>
</head>
<body>
<h1>List of my favorite things</h1>
<P>ấds</p>
<ul>
<li>Raindrops on roses</li>
<li>Whiskers on kittens</li>
<li>Bright copper kettles</li>
<li>Warm woolen mittens</li>
</ul>
</body>
</html>