Please would someone help me with this code that does not pass the testing. I cannot see where it is wrong. much appreciated.
the failing message is spot on
<a/> is not a closing tag
1 Like
Thanks. what should the closing tag look like?
like all other closing tags, with the slash at the beginning
like the <p></p> or <main></main> tags
Thanks so much…don’t know how i missed this after checking 100 times LOL
