|
| |||||||||
| Tags: how to link, html, link, link documents, linking, linking in html, links in html |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to link documents in HTML
Hi, I am designing a HTML project and I need you help to sort-out my problems. Is there any method to link one html document in another html document.?If yes then which html tag is used for that? Can we link within document?... |
|
#2
| ||||
| ||||
| Re: How to link documents in HTML
The chief power of HTML comes from its ability to link regions of text or images to another HTML document. In HTML anchor i.e <A>tag is used for this linking purpose See the below process to use anchor tag: i). Start with <A t(i.starting of anchor tag) . ii). Provide the document which you want to pointed by entering the parameter HREF="file_name" followed by a closing bracket: > iii). Enter the text that you want to works as the hypertext link in the current document. iV). Finally Enter the ending anchor tag i.e </A>. See below example: Quote:
|
|
#3
| ||||
| ||||
| Re: How to link documents in HTML
Hi friend , I think below information will help you to understand the linking concept. The HTML anchor <a>, is used to define hyperlinks as well as anchors. Html link syntax: Quote:
Quote:
|
|
#4
| ||||
| ||||
| Re: How to link documents in HTML
I recommend you to refer below example of linking within documents in the HTML. e.g: An author may create a table of contents in which entries will link to header elements H2, H3,H4, etc., in the same html document. Using the anchor we can write: Quote:
__________________ Grand Theft Auto 4 PC Video Game |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to link documents in HTML" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing link color when moving mouse over link in HTML | Cade | Software Development | 5 | 22-01-2010 07:46 PM |
| How to link CSS into the HTML file? | Zhankana_n | Software Development | 5 | 23-12-2009 03:02 PM |
| Link HTML and Powerpoint | Connect_Me | Software Development | 3 | 08-04-2009 12:54 AM |
| How to convert htm (or html) pages into PDF documents ? | EricTheRed | Tips & Tweaks | 0 | 17-03-2009 06:21 PM |
| VB6.0 link html page | Taipai | Software Development | 3 | 26-01-2009 06:34 PM |