Hi, when the lesson says to put the ul under the h3 it means after the closing tag. The closing tag looks like this </h3>. You’ve put it inside the h3 element which is causing the error message.
This is what it looks like when one element is put under another element. An element has an opening and closing tag*. A closing tag has a slash before it inside the triangular brackets.
<h1>I am an element</h1>
<p>I am an element under an element.</p>
*there are self closing tags, but they won’t come in until later. So don’t worry about it right now.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.