<html>
<title>W3.JS</title>
<script src="../lib/w3.js"></script>
<body>
<button onclick="w3.hide('p')">Hide all p elements</button>
<h2>London</h2>
<p>London is the capital city of England.</p>
<p>It is the most populous city in the United Kingdom.</p>
<p>Population over 13 million inhabitants.</p>
</body>
<!-- Mirrored from www.w3schools.com/w3js/tryit.asp?filename=tryw3js_selectors_hide_p by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:50:36 GMT -->
</html>