Results 1 to 3 of 3

Thread: Add links to different pages in HTML

  1. #1
    HowardAllen is offline Senior Member
    Join Date
    Dec 2009
    Posts
    196
    Rep Power
    3

    Default Add links to different pages in HTML

    The effectiveness of the site depends on the ability to define links from one page to another, and follow links at the press of a button. All I know is that the links established with the anchor tag or label <a>. But I am new to this html language.

  2. #2
    MyersGray is offline Senior Member
    Join Date
    Dec 2009
    Posts
    197
    Rep Power
    3

    Default

    1) You should use the anchor tag in html to link different pages together. These links can be used point to a specific location across the Internet or to any anchor on the same page or this anchor tag will permit the user to download this file. Just apply the anchor tag and then set the target within the label.

  3. #3
    SullivanWalker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    189
    Rep Power
    3

    Default

    2) Consider the example which is given below:

    <a href="index.htm">Home Page</a>.

    Here the file index.html is in the similar directory in which the entire html file which you are editing is, this is important because if it is not in the similar directory it will not open the linked.

Similar Threads

  1. Create links
    By ahnel in forum Windows XP
    Replies: 1
    Last Post: 04-13-2009, 02:03 PM
  2. Add Quick web Links
    By uretech987 in forum General Internet Terms
    Replies: 0
    Last Post: 03-31-2009, 05:35 AM
  3. Fix broken links
    By vasica143 in forum General Internet Terms
    Replies: 0
    Last Post: 03-17-2009, 07:10 AM
  4. Internet Links
    By arsenal in forum General Internet Terms
    Replies: 0
    Last Post: 02-03-2009, 06:27 AM
  5. Internet Explorer 8 Beta Repairing icons for links and HTML files
    By poulharis in forum General Internet Terms
    Replies: 0
    Last Post: 08-19-2008, 03:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48