About Help Desk .. click it
the Personals and the FAQs
cut and paste -  beginner help
design help for new webmasters
what is HTML and all that
help with images
free stuff - really
guest book, e-mail, and all that stuff


<HTML>

What is all that tag stuff about? Does anybody really know?



strange but true



About links to places ...

How did you get here? By following a link - something you clicked on brought you to this site. And the whole Internet 'thing' works by using links to get from A to B to .... to Z and back again.

You can make anything a clickable link by surrounding it with the HTML link tag.

For example, there's a link at the bottom of this page to the page about TEXT, that looks like Text

tag and the HTML tag for a text link is ....
<A HREF="filename.htm">click here</A>

so that clicking on the 'click here' in this example would take you to an html page called 'filename.htm'.

Or you can make an image clickable.

tag and the HTML tag for an image link is ....
<A HREF="filename.htm"><IMG SRC="myface.gif"></A>

so that clicking on the picture of 'my face' in this example would take you to an html page called 'filename.htm'.

And if you want to make a link to www.disney.com, then ...

tag the HTML tag that sort of link is ....
<A HREF="www.disney.com">click to visit the mouse</A>

so that clicking on the words 'click to visit the mouse' in this example would take you to visit Mickey and Minnie.



 Text   |    Images   |   Links   |    Real Help