1
So I’m trying to put an image where the person clicks and starts a link, and in this code I must insert the phone, to direct. It’s part of a mobile app, I’m doing it on an html page and I don’t know anything you can help me?
1
So I’m trying to put an image where the person clicks and starts a link, and in this code I must insert the phone, to direct. It’s part of a mobile app, I’m doing it on an html page and I don’t know anything you can help me?
2
Hello, do it like this.
<a href="tel:+9999999999"><img src"" alt""></a>
The tag img
does not need to be closed (and cannot, in normal HTML, other than XHTML).
Browser other questions tagged html
You are not signed in. Login or sign up in order to post.
What language is being made this app?
– rray