Build a Cat Blog Page - Step 22

Tell us what’s happening:

I need help in step 22

Contact

Phone: 555-555-5555

Email: fake@email.com

tel: 555-555-5555

Please help me figure out where my problem is . Thanks a lot for your help in advance!

Your code so far

<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0

Challenge Information:

Build a Cat Blog Page - Step 22
https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-22

don’t you think having the same phone number in the contacts twice is unusual? maybe you need to do something different

1 Like

Hi buddy, don’t you think here is 2 Phone text in p tag.

Your code is working for me, you need to remove the extra one.

Hope You Understand.