From the course: HTML and CSS: Linking

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Linking phone numbers

Linking phone numbers

From the course: HTML and CSS: Linking

Start my 1-month free trial

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…

Contents