Skip to content

href-abs-or-rel

Href must be absolute or relative.

Level: Warning

  1. abs: absolute mode
  2. rel: relative mode
  3. false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
abs: <a href="https://htmlhint.com/">test1</a> <a href="https://github.com/">test2</a>
rel: <a href="test.html">test1</a> <a href="../test.html">test2</a>