command to make a phone call

Asked

Viewed 62 times

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?


  • What language is being made this app?

1 answer

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

You are not signed in. Login or sign up in order to post.