Help????

Discussion in 'HTML - XHTML - CSS' started by chikiwighi, Jan 11, 2010.

  1. chikiwighi New Member

    Hi,
    Can anyone tell about the use of the Anchor tag?
  2. 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 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>