|
| ||||||||||
| Tags: anchor tag, html, hyperlink, link, tag |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to add links to other pages in HTML
|
|
#2
| ||||
| ||||
| Re: How to add links to other pages in HTML
You will have to make use of the anchor tags in html to link various pages with each other. These links can be used point to a certain location all over the Internet or to some anchor on the same page or this anchor tag will allow the user to download the file. you simply have to implement the anchor tag and then define the target inside the tag. |
|
#3
| ||||
| ||||
| Re: How to add links to other pages in HTML
As the name suggest the anchor tag acts as an anchor which has two ends both are known as Anchors and directions. This will start at the source anchor which will point to the destination anchor which can be either a document or a download or any kind of web resource such as an image or video or a document. |
|
#4
| ||||
| ||||
| Re: How to add links to other pages in HTML
Links or hyperlinks can be defined with the <a> tag. Consider the example which i had given below: <a href="aboutus.html">Home page</a>. Here the file aboutus.html is in the same directory in which the whole html document which you are editing is, This is quite important because if it is not in the same directory it will not open the linked document. |
|
#5
| ||||
| ||||
| Re: How to add links to other pages in HTML
For linking a web page to another website you will have to provide the full web address which is also called as the Uniform resource locator or URL. The web address or the web page must be inserted properly in between the opening and closing anchor tags. For example if you want to link a website www.abc.com then you will have to insert it in the anchor tag as follows <a href="http://www.abc.com/">ABC</a> |
|
#6
| ||||
| ||||
| Re: How to add links to other pages in HTML
It's quite simple to add a normal link to another page in html. You will simply achieve it by using the anchor tags and simply link these pages inside the anchor tags Consider one of the hyper links which i have made <a href="newpage.html">put the string on which you want the hyper link</a> . It is as simple as that. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to add links to other pages in HTML" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I upload my html pages using filezilla | lovecraft | Technology & Internet | 1 | 24-03-2012 04:37 PM |
| How to open Opera links or saved pages in new tab | Planetty | Technology & Internet | 4 | 23-04-2011 12:08 AM |
| Internet Explorer 8 not displaying pages or not opening up links, squirrel mail etc | Narmad | Technology & Internet | 3 | 31-07-2010 11:30 AM |
| how SSI technique use in html pages | Bansi_WADIA | Software Development | 4 | 28-01-2010 02:11 AM |
| How to convert htm (or html) pages into PDF documents ? | EricTheRed | Tips & Tweaks | 0 | 17-03-2009 05:21 PM |