automatic reload page after click on button in html code example
Example: reload pageon button click
<button type="button" onClick="window.location.reload();">Close</button>
<button type="button" onClick="window.location.reload();">Close</button>