Somwetimes, we want to remove the blue styling of telephone numbers on iPhone/iOS with HTML.
In this article, we’ll look at how to remove the blue styling of telephone numbers on iPhone/iOS with HTML.
How to remove the blue styling of telephone numbers on iPhone/iOS with HTML?
To remove the blue styling of telephone numbers on iPhone/iOS with HTML, we can add a meta tag.
For instance, we write
<meta name="format-detection" content="telephone=no" />
to add a meta tag that disables the formatting of telephone numbers in iOS.
Conclusion
To remove the blue styling of telephone numbers on iPhone/iOS with HTML, we can add a meta tag.