174 B
174 B
importance: 5
Hide self
Create a button that hides itself on click.
Like this:
<input type="button" onclick="this.hidden=true" value="Click to hide">
importance: 5
Create a button that hides itself on click.
Like this:
<input type="button" onclick="this.hidden=true" value="Click to hide">