I have a phone number included in my markup that I would like to make clickable. Here is the code snippet:
<h3 class="footer">Need assistance? Call <a href="tel:+180006XXXX">1800 06X XXX</a></h3>
However, upon running this code, I notice two red brackets around the phone number with an invalid link icon displaying "invalid link". Unfortunately, the phone number remains unclickable.
Seeking assistance to resolve this issue!