Document JavaScript Tutorial

Syntax

document.anchors
    document.anchors[index]
The anchors property is an array that contains all the Anchor objects.
The anchors property has a length property, which contains the number of Anchor objects in the array.
The index number ranges from zero to the length - 1.


    

The Letter A


    A

    B

    

The Letter B


    C

    D

    E