<!DOCTYPE html> <p>Click the button to hide the first p element inside div.</p> <button onclick="w3.hide('p:nth-child(even)')">Hide</button> <p>The FIRST paragraph.</p> </body> |
Click the button to hide the first p element inside div. The FIRST paragraph. The SECOND paragraph. The THIRD paragraph. The FOURTH paragraph. The FIFTH paragraph. |