Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

how do yo make a phone number active on a webpage code example

Example 1: 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>

Example 2: href phone

<a href="tel:+5511981724236">98172-4236</a>

Tags:

Html Example

Related

col-md-offset bootstrap 3 code example is a class a function in js code example takeonly intersection in 2 lists in python code example flask get routes code example create gradle project using build.gradle code example The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 6.0.0~buster-1) code example services google cloud platform code example js fill array with 0 code example show hide div javascript code example scripts for production build angular code example css using variables code example how to add multiple package using yarn code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy