From the course: HTML and CSS: Linking
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Linking phone numbers
From the course: HTML and CSS: Linking
Linking phone numbers
- [Instructor] For mobile devices, a clickable phone number is a must. They're just a huge asset to phone users. They don't do a lot for desktop people. The fact that there's a clickable phone number here is nice. I may be able to configure my desktop to dial that number in some way or another through some other application. But it's really the phone users that use this functionality a lot, and it's really handy to have it. So since it's such a boost to the user experience, I'm of the opinion that any phone number that appears on your site ought to be clickable for those who want to click it and want to use it to make a phone call. So how do we go about coding a phone number link? So here in your next exercise file, this is links.html, located inside the begin folder, inside of folder 01-06, in your Exercise Files folder, down here on line number 19 you'll see Call me at, and there's a phone number. How do we go about making this clickable? Well, by now, you should know that it's…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
The basic link5m 33s
-
(Locked)
Linking to offsite resources4m 23s
-
(Locked)
Opening links in different windows and iframes5m 41s
-
(Locked)
Linking to PDF files and other documents6m 16s
-
(Locked)
Linking within the same document and top of page6m 25s
-
(Locked)
Linking phone numbers2m 18s
-
(Locked)
Linking to email addresses and email messages5m 12s
-
(Locked)
Using images as links2m 57s
-
(Locked)
Including several links within an image using image maps8m 7s
-
(Locked)
Links in the <head> of the document2m 41s
-
(Locked)
-
-
-