Answers for "how to make a button in html close a window in a website"

12

html close window button

<button type="button" onclick="javascript:window.close()"> Name </button>
Posted by: Guest on November-16-2020

Code answers related to "how to make a button in html close a window in a website"

Browse Popular Code Answers by Language