Home Interests Web Design

How to Trigger a Phone Call using an HTML Link

howchoo
howchoo   (467)
September 29, 2023
2 minutes

Share

Interests
Posted in these interests:

CSS

css • 1 guides
html • 1 guides
webdesign • 5 guides

If you’d like your visitors to be able to open a phone application straight from your website you can follow this quick guide.

In the body of your website, create a basic HTML link like this:

<a href="#">222-333-4444</a>

2 – Add ‘tel:12223334444’ in the href attribute

When you finish your link should look like this:

<a href="tel:12223334444">222-333-4444</a>

.. Replacing ‘12223334444’ with your phone number including the country code and area code.

If you found this guide useful, you may also want to read our guide on how to open a link in a new window with HTML.

NEXT UP

Make YouTube Video Embeds Responsive Using Pure HTML and CSS

howchoo   (467)
September 22, 2023

Surprisingly, normal YouTube embeds are not automatically sized to the browser window as it is resized. Luckily, you can make YouTube videos responsive and mobile-friendly with some simple HTML and CSS. 1 – The HTML Wrap your embed code in a unique video wrapper (the class name is arbitrary). I chose to use embed-youtube as the selector.

Continue Reading

howchoo

 467 guides

Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo's writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.

Discover interesting things!

Explore Howchoo's most popular interests.

Explore