Is this good practice?
<a href="#">
<button>Read More</button>
</a>
If I have button and I want when user clicks on it, the user should be moved to other page, is it consider a best practice wrt accessibility?
I was reading in HTML course of web.dev, screenshot attached.
If this is wrong, what is the best practice for a button that move to other page by clicking, while keeping accessiblity in mind??
<button>Read More</button>
</a>
If I have button and I want when user clicks on it, the user should be moved to other page, is it consider a best practice wrt accessibility?
I was reading in HTML course of web.dev, screenshot attached.
If this is wrong, what is the best practice for a button that move to other page by clicking, while keeping accessiblity in mind??

