<html>
<title>W3.JS</title>
<link rel="stylesheet" href="../w3css/4/w3.css">
<script src="../lib/w3.js"></script>
<body>
<div class="w3-container">
<p><button class="w3-btn w3-green" onclick="w3.hide('p')">Hide all p elements</button></p>
<div class="w3-panel w3-green">
<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>
</div>
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3js/tryit.asp?filename=tryw3js_selectors_hide_p_style by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:50:36 GMT -->
</html>