When I attempt to validate my code, I keep running into the issue of "The element button must not appear as a descendant of the a element." Unfortunately, I am at a loss for how to resolve it. Below is an example of the code in question. Thank you.
<a href=#boats><button><img src="img/boats.png" alt="Boating"></button></a>