Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    Sep 2019
    Posts
    52

    how to link one page to another in html..?

    Hello friends,


    how to link one page to another in html..?

  2. #2
    Registered User
    Join Date
    Sep 2019
    Location
    US
    Posts
    382
    To insert a link, use the <a> tag with the href attribute to indicate the address of the target page. Example: <a href="http://www.google.com"> . You can make a link to another page in your website simply by writing the file name: <a href="page2. html">

  3. #3
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    HTML links are hyperlinks.

    You can click on a link and jump to another document.

    When you move the mouse over a link, the mouse arrow will turn into a little hand.

  4. #4
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Hi Friends,
    There are links in html which basically serve the purpose of navigating from one page to another web page. Now these links can be used with many things:

    • Image— If you want the user to go to the next page on clicking the image.For ex in Flipkart if we click on product image we are taken to the product detail page.
    • Text— If we want the user to navigate on clicking a text. For ex “Click here” type of ads in mp3 song downloading site.
    • Buttons
    • Almost all tags allowed by HTML



    <a href=” The page you want user to visit”> The text you want the user to see </a>

Posting Permissions

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

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.