links property

HTMLCollection get links

The links read-only property of the Document interface returns a collection of all area elements and a elements in a document with a value for the href attribute.

Implementation

external HTMLCollection get links;