In my markup, I have included a phone number that I want to be clickable. This is my code -
<h3 class="footer">Need help? Call <a href="tel:+180006XXXX">1800 06X XXX</a></h3>
When I run this code I see two red brackets around the phone number with a small chain like icon that says "invalid link". The number is not clickable.
Please help!