Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    Apr 2017
    Posts
    218

    how to create links to sections on the same page in html..?

    Hello friends,



    how to create links to sections on the same page in html..?

  2. #2
    Registered User
    Join Date
    Nov 2019
    Location
    INDIA
    Posts
    34
    If you meant to link HTML page to another website then, then Hyperlinking method can be used.

    Hyperlinks are defined with the HTML <a> tag:

    syntax:

    <a href="url">link text</a> # replace website url with "url" and add desired text with "link text " section.
    TuxAndrew
    Linux - RedHat,cPANEL CentOS,Ubuntu,Azure/AWS Administrator,
    Assistance, Analysis and Diagnosis. Skype: tuxandrew
    tuxandrew@aol.com

  3. #3
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    Linking to a section on another page
    Select the button and choose the external link option in the link settings.
    Enter the URL of the page where the section exists followed by `#` and the element ID you assigned to that section.

  4. #4
    Registered User
    Join Date
    Dec 2018
    Posts
    544
    To do this, position your cursor on the page where you would like the link to appear, and then go to Insert > Link. In the window that appears, enter the text you would like to appear as a link, and in the URL Field, enter #targetname, where targetname is the name of your target.

  5. #5
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Hi Friends,
    The following example shows how to use #top and #bottom with the <a> tag and href attribute to create a link to the top or bottom of the page. This method is similar to using "id," but you don't have to pick a specific element. Click on "Top" or "Bottom" in the Results section to see what happens.

    Examples
    <a href="#top">Top</a>

    <a href="#bottom">Bottom</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.