Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 6: Navigating with HTML Links and Structuring Data with Tables!

Instruction

How to Create a Phone Link

Phone links are particularly useful for mobile users, allowing them to tap on a link and initiate a call directly. These links typically don’t work on devices without calling capabilities (like most desktop computers), so on such devices, it’s often better to simply display the phone number as text.

Basic Phone Link

To create a phone link, use the tel: prefix in the href attribute...