Table of Contents

HTML - href (hypertext reference) attribute

About

href stands for hypertext reference.

It forces the user agent (browser) to navigate to the resources by performing an Hypertext fetch

All elements that have an href attributes are called hyperlink and creates a reference relationship.

Metadata

In dublin core metadata, the reference (ie the value of href) is stored in the References filed

Special # value

The empty fragment value #:

Programmatic href

If you need to determine the href value programmatically, do it on the server and if you can't.

#your-link-id {
  "cursor":"pointer"
}