Learn Basic CSS by Building a Cafe Menu - Step 65

I’m at the step 65
in the Learn Basic CSS by Building a Cafe Menu
link
I don’t know what’s the problem with my code they told put to put a p element inside the footer and nest an anchor element inside it with the link “https://www.freecodecamp.org” and with the text “Visit our website”
the code is working fine in the browser but it doesn’t pass when I submit
this is my code

<footer>
<p><a href="https://www.freecodecamp.org">Visit our website.</a></p>
      </footer>

Hello there.

Please 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 information you give us, the more likely we are to be able to help.

Thank you for the suggestion. I have edited the post.

It’s most likely a typo. Check whether the sentence should be finished with a dot or no. I see you’ve put a dot on the end of the ‘Visit our website’

1 Like

the code works if you remove the extra period at the end.
hope this helps

1 Like

Thank you. It worked! :sweat_smile:

Yes, it was a typo. Thank you for the help. I will make sure to check for typos next time! :sweat_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.