Links

Relative

Use relative links to connect pages within your site. The link below, for instance, connects this page to another on the site:

Images Page

The html:

<a href="images.html">Images Page</a>

More about relative links and file structure.

  1. Create a relative link in your index.html page to link to your basic.html page.
  2. Create a relative link in your basic.html page to your index.html page.

Absolute

Links to another site

East Carolina Univerity

The html:

<a href="http://www.ecu.edu">East Carolina Univerity</a>

Create links in both your pages to ECU.

Mailto Link

Links to email addresses

Email me!

<a href="mailto:kaind@mail.ecu.edu">Email me!</a>

 

Use your e-mail address information to create an e-mail link in your index page using your e-mail address.

 

WS_FTP | Doc Types | Head Element | Charset | Links | Tables | Images | CSS | Javascript | Home | Top