Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 180
0 Users 1 Guests Online

Links; Part 3: The Anchor Tag and the Name Attribute

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


Code
<a href="http://www.rmb-scripting.com/home.php#name">
Example</a>


OR

Code
<a href="#name">Example 2</a>


<a name;Beginning of the Anchor tag;
"name">;The anchor;
Text to be displayed;The text they will be displayed when they click the link;
</a>;Ending;

The link, <a href="#name">Example 2</a>, links them to the portion of the website where you have the <a name="#name"> at.

Remember!
This is a tutorial. Do not just copy and paste, this is an EASY tutorial. If you want to learn it, just type it or read over this tutorial everytime you forget. Just please, do not copy and past.
Joshua
Author:
Views:
1749
Rating:
There are currently no comments for this tutorial.