Tell us what’s happening:
Describe your issue in detail here.
I got stuck on step 15, the hint said.
But I’ve double checked, it’s only one opening anchor
a self closing tag just means that you dont need a copy of it at the end. a normal tag looks like this: <body></body>
It has two sets of angles, two copies of the element name, and the closing tag has a backslash.
a self closing tag looks like this: <meta> Just one element name inside the angles
Basically what I’m saying is, you still have to put the ending > bracket on a self closing tag. That’s what’s missing for you there