html internal link, what is html internal link, how to use html internal link, internal link anchor, html inner link, tips, guide html internal link
(Website Helper) html internal link Number of Visitors: Site Map

how to use html internal, inner link



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html internal link, what is html internal link, how to use html internal link, internal link anchor, html inner link, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



What is html internal link (inner link)?

An internal link or inner link is the link that you can use to go to another section on the same web page. You can use this technique to make the page go up or down to the location you specified. For example, if you have two different topics to talk about and placed at the top of your web page, you can click the internal link No. 1 to go to the topic one and click internal link No. 2 to go to the topic two. It is very good to use this technique when you have a long page with many topics.

How to use html internal link (inner link)?

To use html internal link, you first need to know what the anchor is. The anchor is the link to go to a specific section of your web page. You need to create a pair of anchors. One where you are linking from and one where you are linking to. The code for the first one looks as follows:

<A HREF="#topic_1">Topic 1</A>

The second anchor tells where you are linking to. This tag must be placed in your HTML in the location where you would like to link to. The code is as follows:

<A NAME="topic_1">Topic 1</A>

Under that, you can add the contents of the Topic 1.

After the surfers read to the bottom of your page, you can use the following pair to go to the top to see the list of your topics:

<A NAME="topic_list">Topic List</A>

Note: Placed right above your Topic List

<A HREF="#topic_list">Go To Topic List</A>

Note: Placed right under your last topic

(Website Helper) html internal link (c) EduSoftMax - www.edusoftmax.com