Create an email link


In Notepad, open index.html.

Beneath the bulleted list, type:

For more information, contact dogs@dogs.com.

Surround the e-mail address with anchor tags, but instead of linking it to a Web page, use themailto command to link it to an e-mail program:

For more information, contact mailto:dogs@dogs.com"> dogs@dogs.com.

Save the home page and view it in the browser.

It should look like this:

Click the dogs@dogs.com link.

If an email program is configured on your computer, it should open.



Web Layout HTML & CSS