As `<a>` elements don't support the `disabled` attribute, you must add the `.disabled` class to fake it.
As `<a>` elements don't support the `disabled` attribute, you must add the `.disabled` class to fake it. In addition, include the `aria-disabled="true"` attribute, to indicate the state of the element to assistive technologies.