Adding an email link

Lesson 10

Add a new paragraph tag and center it

<p align=center>


 

Type in the text that you would like to be displayed on the page

<p align=center>My Email address


Add your <a> and your </a>

<p align=center><a>My Email address</a>

Now we have to add the statement that not only informs the browser that this is a link, but that this is specifically an email link

We will do this in much the same way as we added the web link.

please add your href statement and replace the web address with the email address.

<p align=center><a href=kim@pixelbit.com>My Email address</a>

Now we must tell it that this is an EMAIL address,

simply add the code mailto: in front of the email address

<p align=center><a href=mailto:kim@pixelbit.com>My Email address</a>

and there you have it! an Email link

If your email address looks like this......

My Email address

DANCE!