<html>
<body>
<h2>What Can JavaScript Do?</h2>
<p id="demo">JavaScript can hide HTML elements.</p>
<button type="button" onclick="document.getElementById('demo').style.display='none'">Click Me!</button>
</body>
<!-- Mirrored from www.w3schools.com/js/tryit.asp?filename=tryjs_intro_hide by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:28:11 GMT -->
</html>