<!DOCTYPE html> <p>Click the button to hide all p elements inside div.</p> <button onclick="w3.hide('div p')">Hide</button> <div> </body> |
Click the button to hide all p elements inside div. HeadingThis is a paragraph. This is also a paragraph. |