<!DOCTYPE html>
<html>
<title>W3.JS</title>
<script src="/Uploads/Public/article/webdistut/javascript/w3.js"></script>
<body>

<p>Click the button to hide it.</p>

<button onclick="w3.hide(this)">Hide me (this)</button>

<h2>This is a heading</h2>

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

</body>
</html>

Click the button to hide it.

This is a heading

This is a paragraph.

This is another paragraph.