<!DOCTYPE html>
<html>
<title>W3.JS</title>
<script src="/Uploads/Public/article/webdistut/javascript/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>
</html>

London

London is the capital city of England.

It is the most populous city in the United Kingdom.

Population over 13 million inhabitants.