Links | Tags-Continued | General Stuff |
This page explains how to link to other pages such as Yahoo!, ClearNET, or any page that you want. Also you can use an image (or picture) to link to another site or web page. Linking to another page or pages is called a hyperlink. | ||
Search | ||
SearchNZ
HTML TAGS
|
<a> tag This tag used by itself doesn’t do much but if we use it like so: <a
href="tags3.html">Tags3</a> We can see that we have used ‘href’ which basically means: ‘link to’. The “tags.html” part is where we want to link to. The ‘Tags3’ is what text will appear. Confused, don’t worry its not as complicated as it sounds. All we have to remember is that when someone clicks on The word: Tags3 they will go to This page. What if we want to link to another site different from your one. Easy, say we want to make a link to Yahoo!. We need to know one thing first off, what is the address and secondly what page we want to link to. Yahoo!’s address is http://www.yahoo.com so we use the following code: <a
href="http://www.yahoo.com">Yahoo!</a> Simple! Give it a try. If we want to go to a particular page on a site we would have to do this: <a
href="http://www.a-website.co.nz/apage.html">Nowhere
special</a> You can also check out my site map to see how lists work.See here
Check out Page4 (Tags4) -All about image hyperlinks |
|
BRAVO DEV! |
Main |