Report this

What is the reason for this report?

How To Use the Rel Attribute for Anchor Tags in HTML

Updated on October 12, 2020
How To Use the Rel Attribute for Anchor Tags in HTML

Introduction

The rel attribute inside anchor tags (<a>) describes the relation of a linked resource. rel can take one of 14 values. Let’s examine them all:

Prerequisites

Using the rel Attribute Inside Anchor Tags

Here are the 14 values that the rel attribute can accept:

  • alternate: Points to an alternate version of the document.
  • author: Points to the author of the document.
  • bookmark: Points to an URL for bookmarking.
  • enclosure: Points to a downloadable asset.
  • external: Points to an URL on a different domain.
  • help: Points to an help document.
  • license: Points to legal, license, or copyright information.
  • next: Points to the next document in a series.
  • nofollow: Indicates to search engines that the document in not endorsed. This is the most commonly used value and should be used for paid links and ads.
  • noreferrer: Indicates to the browser not to send an HTTP referrer header.
  • noopener: Prevent an opener browsing context. It should be used when using target="\_blank" on a link. Mathias Bynens discussed the security benefits of this and Jake Archibald discussed the performance benefits.
  • prev: Points to the previous document in a series.
  • search: Points to a search function for the document.
  • tag: Points to a document that’s covers a keyword/tag of the current document.

Conclusion

The rel attribute is an important feature of HTML. See our related tutorial on the Rel Attribute for Link Tags

For a more comprehensive review of the HTML5 markup language, explore our series, How To Build a Website in HTML.

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about our products

About the author(s)

Alligator
Alligator
Author
See author profile

Alligator.io is a developer-focused resource that offers tutorials and insights on a wide range of modern front-end technologies, including Angular 2+, Vue.js, React, TypeScript, Ionic, and JavaScript.

Matt Abrams
Matt Abrams
Editor
See author profile

Supporting the open-source community one tutorial at a time. Former Technical Editor at DigitalOcean. Expertise in topics including Ubuntu 22.04, Ubuntu 20.04, CentOS, and more.

Category:
Tags:

Still looking for an answer?

Was this helpful?


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Creative CommonsThis work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License.
Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.