Mackenzie2003
06-04-2003, 01:24 AM
I was reading Lissa's HTML help on creating anchors and there's something I don't understand... Here's what Lissa said:
How do I make page anchors?Making a page anchor is really simple and fun!! This works really well if you have long pages. What you do is copy and paste this code where you want a link to another part of your page:
<a href="#codeword">whatever words you want to use</A>
This is what it will do for you: Click here!
To tell the link where to go, this is what you need to do. Copy and paste this code and put it where you want the link to go on your page:
<A name="codeword"></A>
You can use any code word you want.
My question is this... Where it says "code word", does it matter what word i use??
Thanks.
How do I make page anchors?Making a page anchor is really simple and fun!! This works really well if you have long pages. What you do is copy and paste this code where you want a link to another part of your page:
<a href="#codeword">whatever words you want to use</A>
This is what it will do for you: Click here!
To tell the link where to go, this is what you need to do. Copy and paste this code and put it where you want the link to go on your page:
<A name="codeword"></A>
You can use any code word you want.
My question is this... Where it says "code word", does it matter what word i use??
Thanks.