Comment créer un lien de bouton vers une autre page
//To make button work like a tag do this:
<button type="button" onclick="window.location.href='index.html'">Go Back</button>
Xinov10