Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html link to call phone number

<a href="tel:+44-785-7895">+44-785-7895</a>
Comment

html make phone number callable

Area code with dashes, 1 and + sign

<a href="tel:+1-555-555-1212">555-555-1212</a>
Area code with no dashes, 1 and + sign

<a href="tel:+15555551212">555-555-1212</a>
Comment

html phone

<a href="tel:0123456789">Click to call</a>
<!-- Adds country code with + -->
<a href="tel:+0123456789">Click to call</a> 
<!-- Adds a 1 second pause (p) then dial 123 after phone number -->
<a href="tel:0123456789p123">Click to call</a> 
Comment

html phone call

<a href="tel:8895959595">call this number 889-5959595</a>
Comment

html phone link

<!-- Brazilian pattern -->
<a href="tel:6533125487">(65) 3312-5487</a>
Comment

phone html

<a href="tel:5551234567"><img src="callme.jpg" /></a>
Comment

phone html

<a href="tel:1234567">Call 123-4567</a>
Comment

PREVIOUS NEXT
Code Example
Html :: html phone click to call 
Html :: random image url 
Html :: swiper js pagination with arrows 
Html :: bootstrap nav search form 
Html :: at sign html 
Html :: font awesome tag 
Html :: change icon html 
Html :: input type float 
Html :: how to use javascript in html 
Html :: how to make text big on big screens and smaller and smaller screen html 
Html :: how to slow speed of marquee in html 
Html :: button email html 
Html :: bootstrap modal popup backdrop false 
Html :: list html 
Html :: markdown color 
Html :: ex:html 
Html :: laravel hide html tags 
Html :: add csrf token in vuejs 
Html :: how to make a clickable link 
Html :: use png instead of icon html 
Html :: iframe attributes 
Html :: comments in html 
Html :: html make a table with two top headers 
Html :: v-on hover 
Html :: javascript on focus lost 
Html :: html radio group 
Html :: how to include a dash in html 
Html :: image html 
Html :: how to display google map in html 
Html :: how to make anchor tag open in new tab 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =