<!DOCTYPE html> <p>Click the button to hide all elements in this document.</p> <button onclick="w3.hide('*')">Hide</button> <h2>This is a heading</h2> <p>This is a paragraph.</p> </body> |
Click the button to hide all elements in this document. This is a headingThis is a paragraph. This is another paragraph. |