Build a Cat Blog Page - Step 22

Tell us what’s happening:

I am being told that I am not wrapping the telephone number correctly in an a element, but I can’ t for the life of me see what I’m doing wrong. Thanks for any help.

Your code so far

<footer>
  <section id="contact">
    <h2>Contact</h2>
    <address>
      <p>Phone: <a href="tel:5555555555"> 555-555-5555</a> </p>
      <p>Email: fake@email.com</p>
    </address>
  </section>
</footer>

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 22

1 Like

Hi,
You have an extra space inside the anchor tags.
I hope this helps. Good luck!

So sorry but I can’t see where you mean?

There is an extra space right before the phone number. The step fails because you should only add the phone number between the anchor tags.
I hope this helps!

Thank you so much - it worked :slight_smile:

1 Like