Horje

How to add HTML prev <link> rel Attribute

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

A rel="prev" attribute value on a link specifies that the linked page is the previous page of the current page.

This can be used for articles, galleries, news, and other page in a series of pages.

A rel="prev" on an <a> element.
This link opens the previous page in a list of pages

index.html
Example: HTML
Go back to the <a rel="prev" href="/html/rel/license">previous page</a>

Output should be:

How to add HTML prev <link> rel Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin