You want to create a simple click-to-call link on your mobile Web page. Which line of HTML would add this feature?

Prepare for the uCertify CIW Advanced HTML5 and CSS3 Specialist Exam. Dive into essential topics with flashcards and multiple-choice questions. Enhance your understanding with hints and explanations for each question. Pass your exam confidently!

Multiple Choice

You want to create a simple click-to-call link on your mobile Web page. Which line of HTML would add this feature?

To enable click-to-call on a mobile page, use the tel: URI scheme in the link. This tells the device to open the phone dialer with the number pre-filled, so a user can simply tap to initiate the call. The line that correctly does this is the one with href="tel:18005551212" and visible text like "Call Us Now."

Why this is best: tel: is the standard way to request a phone call from a webpage. It directly invokes the dialer with the specified number, which is exactly what a click-to-call feature needs.

Why the other options don’t fit: using mailto opens an email client, not a call; sms would start a text message; and http://tel: attempts to treat the tel: URI as a web resource, which won’t trigger a call.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy