HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

rel

Description

The rel attribute for HTML specifies the relationship between the location in the document containing the hyperlink and the destination resource.

Syntax

rel="value"

Values

next

Indicates that the current document is a part of a series, and that the next document in the series is the referenced document.

prev

Indicates that the current document is a part of a series, and that the previous document in the series is the referenced document.

Examples

1 · HTML · next

2 · HTML · prev

3 · JS · next

4 · JS · prev