![]() |
|
||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Link LessonA link is an active word, phrase, or image that will jump to another page when clicked on for example: Click Me to go somewhere else. A link is done with a Hyper Reference tag.
<a href="http://www.anywhere.com">Click Here</a> Using the code above you can create a link in anyone of your pages. Notice the address above "http://www.anywhere.com" can be changed to any address you want. If you are sending a visitor to another page, the address will need to be complete. This includes "http://". If the address you want to send a visitor to is with in your site, then just the file name will work.
<a href="anypage.html">Click Here</a>
The text that says "Click Here" can be changed to anything that you would like. An image can be placed in that space to create an active image. How to install an image on your page is covered in the Images Lesson 3. The </a> comes next, this tag ends the Hyper Reference code. Your link will not work with out it.
Images Lesson
Basics Lesson / Tables Lesson
| ||
|