1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

1087

HTML: Anchors in HTML

  1. Clicks today:
    0
  2. Clicks this month:
    3
  3. Overall rating:
    2.80/5

HTML » Basics — over 2 years ago
Anchors, what are they? And even more interesting, how do you make them? In this tutorial you will learn the ins and outs of HTML page content jumpers.

Comments

avatarTb-one.se about 2 years ago

You can link to ID's to:

<a href="#content">Skip to content</a> ........ <div id="content">.....

avatarCodie about 2 years ago

Nice one

Your Comment

You must be logged in to post a comment.