Tell us what’s happening:
Here is my code below: What am I doing wrong?
It says you should wrap your text 555-555-5555 in an a element and I did.
Contact
Phone: 555-555-5555
Email: fake@email.com
555-555-5555Your 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>
<a href="tel:5555555555">555-555-5555</a>
</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/134.0.0.0 Safari/537.36
Challenge Information:
Build a Cat Blog Page - Step 22