how to go to index page on clicking a button in html

Solutions on MaxInterview for how to go to index page on clicking a button in html by the best coders in the world

showing results for - "how to go to index page on clicking a button in html"
Ella
09 Jan 2019
1<input type=button onClick="parent.location='index.html'" value='click here'>
similar questions