Horje

How to add HTML <a> Tag referrerpolicy origin-when-cross-origin Attribute

Sends the origin of the document for cross-origin request. Sends the origin, path, and query string for same-origin request.

index.html
Example: HTML
<a href="https://horje.com/" referrerpolicy="origin-when-cross-origin">Open a Link</a>

Output should be:

How to add HTML <a> Tag referrerpolicy origin-when-cross-origin Attribute




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