Skip to main content

HTML Guide

The element “a” must not appear as a descendant of the “button” element.

An a element is not allowed to be nested inside a <button> element, or an element with the role=button attribute.

Learn more:

Related W3C validator issues