` tags"> ` tags" />
Easy Tutorial
❮ Event Clienty Prop Audio Seeking ❯

HTML DOM links Collection


Definition and Usage

The links collection returns an array of all links in the current document.

Note: The links collection includes <a href=""> tags and <area> tags.

Syntax


Browser Support

All major browsers support the links collection.


Examples

Example 1

Return the number of links in the document:

The output of the above example:

Number of links/addresses: 4

Example 2

Return the first link in the document:

The output of the above example:


❮ Event Clienty Prop Audio Seeking ❯