I am looking to update this A tag
<a href="contact.html" >Contact</a>
to
<a href="tel:+13174562564" >Contact</a>
using only CSS, if possible. Alternatively, like this
<a href="tel:+13174562564" >+13174562564</a>
I have numerous pages and editing each one individually is not feasible. That's why I am exploring the option of doing it with CSS since I do not have any JS linked to them.