0

In my website I have a page contact us and it has a phone number. I want to click on it from my mobile smart phone so the dial of the number appear so I don't need to copy it and paste to dial the number.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Samer Essam
  • 25
  • 1
  • 5
  • You may be interested in [this post](http://stackoverflow.com/questions/3855650/using-html-to-do-a-skype-call) about Skype tags too. – jmargolisvt May 10 '15 at 17:04

1 Answers1

1

Use tel: in html anchor tag.

<a href="tel:1-408-555-5555">1-408-555-5555</a>
haris
  • 3,775
  • 1
  • 25
  • 28