5/ Don't understand what's not right in my code! Help!

<!DOCTYPE html>
<html>
	<head>
		<title>Unordered Lists</title>
	</head>
	<body>
	    <h1> Some random thougths </h1>
	    <p> 
	    <ul>
	        <li>Rebild house in Zarechnoe</li>
	        <li>Buy a second car</li>
	        <li>Have a rest every year in dif foreign countries</li>
	        <li>Buy a new car for Olia may be it should be Mazda 3</li>
	    </ul>
	    </p>
	</body>
</html>

You should close your paragraph (</p>) before you start your unordered list (</ul>)