Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

The Name Attribute 


The name attribute specifies the name of an anchor.

The name attribute is used to create a bookmark inside an HTML document.

Bookmarks are not displayed in any special way. They are invisible to the reader.

Example:

A named anchor inside an HTML document:
<a name="tips">Useful Tips Section</a>
Create a link to the "Useful Tips Section" inside the same document:
<a href="#tips">Visit the Useful Tips Section</a>
Or, create a link to the "Useful Tips Section" from another page:
<a href="http://www.leakbali.com/html_links.htm#tips"> Visit the Useful Tips Section</a>
More Tutorial
  1. HTML - Hyperlink (Links)
  2. HTML - Link Syntax
  3. HTML - The Target Attribute
  4. HTML - The Name Attribute
  5. HTML - Useful Tip

References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References