<!DOCTYPE html> <p>Click the button to hide all elements with an href attribute.</p> <button onclick="w3.hide('[href]')">Hide</button> <h2>This is a heading</h2> <p>This is a paragraph.</p> </body> |
Click the button to hide all elements with an href attribute. This is a headingThis is a paragraph. |