<html>
<title>W3.JS</title>
<link rel="stylesheet" href="../w3css/4/w3.css">
<script src="w3.js"></script>
<body>
<div class="w3-container">
<p><button class="w3-btn w3-green" onclick="w3.toggleShow('#London')">Click to Toggle Hide/Show</button></p>
<div id="London" class="w3-panel w3-red">
<h2>London</h2>
<p>London is the capital city of England.</p>
</div>
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3js/tryit.asp?filename=tryw3js_local_style by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 00:42:24 GMT -->
</html>