<html>
<title>W3.JS</title>
<script src="../lib/w3.js"></script>
<body>
<p>Click the button to hide all elements with an href attribute.</p>
<button onclick="w3.hide('[href]')">Hide</button>
<h2>This is a heading</h2>
<p>This is a paragraph.</p>
<p><a href="../html/index.html">This is a link</a></p>
<p><a href="../css/index.html">This is also link</a></p>
</body>
<!-- Mirrored from www.w3schools.com/w3js/tryit.asp?filename=tryw3js_selectors_href by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:50:36 GMT -->
</html>