remove a button by click itself
<html> <head> <title>remove a button by click itself</title> </head> <body style="background:lightgray"> <p>Click the button to test:</p> <button onclick="remove()">remove me</button> </body> </html>
<html> <head> <title>remove a button by click itself</title> </head> <body style="background:lightgray"> <p>Click the button to test:</p> <button onclick="remove()">remove me</button> </body> </html>
Comments
Post a Comment