1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Help????

Discussion in 'Web Development' started by chikiwighi, Jan 11, 2010.

  1. chikiwighi

    chikiwighi New Member

    Hi,
    Can anyone tell about the use of the Anchor tag?
     
  2. Chef Boy

    Chef Boy New Member

    First you set where you'd like the anchor to be which would look something like this
    <a name="AnchorName">Section Title</a>

    Then you choose where you'd like the link to the anchor spot to go
    <a href="#AnchorName"> Go To Section Title </a>

    When you click the link it will redirect you to the assigned anchor
     
  3. Olaf

    Olaf New Member

    Maybe he need help with text between to link tags, often people class this an anchor tag as well:

    Code:
    <a href="#">Anchor text</a>