Link Types & Their Abilities

HTML Tutorials

Tutorial

Click on thumbnailed images to enlarge

CHANGE THE UNDERSCORES (_) TO SPACES. ERASE THE SPACES ( ).
a href and a name tags and their abilities-
a href tag
< a href="#bottom" >Example of an a href tag telling the visitor to go to the bottom< /a >
Interior Links- Inside the site, works with linking to other pages or using the a name tag
Exterior Links- Outside of the site, works with linking form your homepage to yahoo.com or google.com




The a href tag is mainly used for links to another website or page on your website.
There are internal and external links (explained above).
You can edit and create a style for the links like you see on my site but I'll get into that in another tutorial.


A name tag-

The a name tag is usually for link either from the top of a page to some other place on the page or from the bottom of the page to the top.

This tag MUST be used with an a href tag because you need something to tell the text that you would like linked where to go, the a name tag alone is useless.

There are many people who use this to make it easier for their visitors to find what they are looking for.
It is used on many pages like Frequently Asked Questions (FAQ) pages and pages like that.

The a name tag is generally used like so:

< a_name="name of the link">Text you would like linked (not mandatory)< /a >

more text random text whatever

< a_href="#name of the link" >Text you would like linked, like top, bottom etc.< /a >

The a name tag and a href tag names have to match up perfectly but the a href tag MUST have a # sign in front of the name because that tells it to link to an a name link.

The a name tag does not need any text in between the > and < brackets.

< a href="#top" >Example of an a href tag telling the visitor to go to the top of the page< /a >

= Try it out for yourself!

Tutorial Comments

Showing latest 4 of 4 comments

http://www.monclerjacketsonlin e.com/ Cheap Moncler Jackets

By cheap18 on Sep 17, 2015 8:10 am

same here . it wont go as a background. layout

By steffieg on Aug 12, 2009 2:33 pm

I don't know. But I tried this on myspace. Is there soemthing with myspace cause it isn't working.

By hthr95 on Apr 28, 2009 12:29 am

Tutorial Details

Author theerinkal View profile
Submitted on Mar 4, 2009
Page views 12,465
Favorites 13
Comments 4
Reviewer decaydancefbr View profile
Approved on Mar 5, 2009