Close the container div > bracket is missing,and also close the marker div before and after place<> bracket to it. And also you need closing tag for marker div .
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Welcome to FCC forum, Close your first div with a grater than > then on your second div you you need less than <, then close your second div off with a </div> and your code should pass, good luck coding!
You are correct but what hes trying to tell you is that your first div should start like this <div> you have to close the first tag with a > then complete it with </div> hope it helps.
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!