It’s saying the only thing I haven’t done is put a closing tag on both of my a elements. I only see 2 a element’s and no indication that there should be more. And they both look like they have closing tags to me. I watched the video several times to double check. Not sure what i’m doing wrong here.
- In the future, please include your solution code instead of a screenshot.
- Look carefully at your closing tag. It’s wonky.
1 Like
Your closing <a>
tag is incorrect.
Correct:
</a>
Incorrect:
<a/>
It’s not waving.
1 Like
Thanks So Much!
…