English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i was wondering how you make a link that will take you further down on the page to a certain heading

2007-11-27 10:57:49 · 3 answers · asked by lalala 1 in Computers & Internet Programming & Design

3 answers

You just use a href tage but have the href pointing to # fallowed by a name you make up. like this

Then you have another
tag where you want that to link to and only have a name attribute in it. like this

Dont forget to put in your closing
tags as well.
If you have any other HTML questions http://www.w3schools.com/ is a great source

2007-11-27 11:09:57 · answer #1 · answered by Chris M 1 · 0 0

Use the html "named anchor" tag.

In the document, this link

< a href = "http://this document#whatever > Click here!

will take you to the location in the document where the following is found

< a name = "whatever" > Text to be displayed < /a >

2007-11-27 19:06:02 · answer #2 · answered by jgoulden 7 · 0 0

?? idk what you mean explain better!! hhah then i will tell you

2007-11-27 19:06:04 · answer #3 · answered by Lovely. 4 · 0 0

fedest.com, questions and answers