LINK TO HTML DOCUMENT

 

GENERAL INFORMATION

 

A webpage that you design often has many html documents.  You can link to an html document that is in the same folder as your original document by using:

 

            <a href=”filename.ext”> Text that will be the link </a>

 

The filename needs to include the extension.

 

LOCATION OF USE

           

You can place the tag anywhere between the <body> and </body> tags.

 

COMMON ERRORS

 

 

EXAMPLES

 

Click here to see an example of an image in a webpage.  Use View Source to see the code.