Click here to bookmark this Site! Home | Contact | About | Site Map  
 

Quick Menu

About HTML
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
  -Lesson 8a
  -Lesson 8b
  -Lesson 8c
  -Lesson 8d
  -Lesson 8e
Lesson 9
Lesson 10
Lesson 11
Lesson 12
Lesson 13

Advanced

 

8. Linking it with Anchors

Relax... this lesson is just a quick and easy! In fact, it is just some information for you to read...

WHAT IS A URL?

The real power of the world wide web is its ability to create hypertext links to other related information. That other information may be another web page, a graphic (image), sounds, digital movies, animations, software programs, contents of a file server, a log-in session to a remote computer, a software archive, or and "ftp" site.

The World Wide Web uses an addressing and linking scheme known as URL's, or Uniform Resource Locators (sometimes also called "Universal Resource Locator"), to indicate the location of such items. These hypertext links, the ones that are usually underlined in blue normally, but here you will notice they are grey and when your mouse hovers over them a line will appear both above and below, as the menu on the left of this page and the sample links you click on have been. They are known as anchors (This should not be news to you as you followed several to get this far!).

Google

Web
Eazy HTML

Site Stats

There are 5 users online
click to see where

135,950 total unique visitors
439,193 total pageviews
101 visitors in the last 24 hours
42 total visitors today
77 pageviews today
This page has been visited 5,599 times

get this script
Most users online at once:
63 on 01/18/2010

Valid CSS!

Valid XHTML 1.0!

In The Following lessons you will:

  • Review the concepts of URL's.
  • Find and copy some of your favourite URL's from your web browser to your HTML text document.
  • Write an HTML hypertext anchor to link to another document in the same directory as the first document we have been working on.
  • Write an HTML hypertext anchor to link to another document in a different directory as our first document.
  • Write an HTML hypertext anchor to link to another web sites document on the Internet.
  • Write an HTML hypertext anchor that links directly to another section of the same document you're viewing.
  • Incorporate a graphic (image) that acts as a "hyperlink" to another document.

EEeeeeeeekkkk!!! That sounds like a lot of work to do! Well don't worry -- it is no more complex than what you have done up to this point.


COMING NEXT
Using URL's to connect documents together via hypertext links.

ANSWER
Did anyone work out how to link there images back to there web page after moving there images into the different folder named images?? No! ok well here is a code example:

   <img src="foldername/filename.gif" />

   also works for multiple directories like this

   <img src="foldername/foldername/foldername/filename.gif" />

Top of page | Previous Lesson| Lessons Index | Next Lesson


Copyright © 2004 - EazyHTML.com