Results 1 to 3 of 3

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

  1. #1
    Registered
    Join Date
    Jan 2019
    Posts
    86

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

    Hello friends,


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

  2. #2
    Hi Friends,
    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
    Join Date
    Jan 2019
    Posts
    259
    To link one page to another using text you need to use anchor tag (<a></a>) with hyperlink reference attribute (href).
    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. ...
    Text— If we want the user to navigate on clicking a text.

Similar Threads

  1. how to create links to sections on the same page in html..?
    By gunjanjain in forum Search Engine Optimization
    Replies: 1
    Last Post: 12-18-2019, 02:38 AM
  2. Two of the same inbound link on the same page?
    By Farmer77 in forum Search Engine Optimization
    Replies: 1
    Last Post: 12-06-2006, 12:28 PM
  3. who remembers typing up their first html page?
    By vahsi000 in forum General Chat
    Replies: 16
    Last Post: 11-10-2006, 03:16 AM
  4. How to remove multiple hyperlinks from a html page?
    By danielng in forum HTML, CSS, Layout, and Design
    Replies: 10
    Last Post: 11-22-2005, 01:48 AM
  5. does the page type matter? (html, php, etc.)
    By RockNRollPig in forum Search Engine Optimization
    Replies: 1
    Last Post: 02-23-2004, 11:01 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
  •