From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript String Object
The anchor() method is used to create an HTML anchor.
| stringObject.anchor(anchorname) |
| Parameter | Description |
|---|---|
| anchorname | Required. Defines a name for the anchor |
ExampleAdd an anchor to a text:
Try it yourself » |
JavaScript String Object
From http://www.w3schools.com (Copyright Refsnes Data)