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 an Email Link

An email link opens the user's default email client with a new message addressed to a specified recipient. Email links are generally compatible across devices, especially mobile devices, where email programs are often configured correctly.

Basic Email Link

To create a basic email link, use the mailto: prefix in the href attribute, followed by the email address.

<a href="...