JavaScript anchor() Method: String Object
Description
The anchor method() of a string object is used to create an HTML anchor that is used as a hypertext target.
Version
Implemented in JavaScript 1.0
Syntax
anchor(nameAttribute)
Parameter
nameAttribute : Refers the value of the name attribute of an anchor element.
Example:
The following web document demonstrates how the anchor() method can be used. The result will be <a name="txtanchor">Learn Javascript</a>.
View the example in the browser
Pictorial presentation: Output and Page source

Supported Browser
Internet Explorer 7 | Firefox 3.6 | Google Chrome 7 | Safari 5.0.1 | Opera 10 |
Yes | Yes | Yes | Yes | Yes |
See also:
JavaScript Core objects, methods, properties.
Previous: JavaScript prototype Property: String Object
Next: JavaScript big() Method: String Object
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics