Answers for "close for html"

2

html how to close tag

<!--Take your starting tag and place it in the end with a / in front of it.-->
<p>Hello World</p>
<a href="#">Hello World</a>
Posted by: Guest on May-14-2020
0

how to enter through a button that is closed in a html code

<button type="button" 
        onclick="window.open('', '_self', ''); window.close();">Discard</button>
Posted by: Guest on December-15-2020

Browse Popular Code Answers by Language