Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div id="srch_regular" style="display:block; background-color:yellow;"
onclick='document.getElementById("srch_regular").style.display = "none";'
>
Hide me with a click
</div>
in Java script I do this to hide the table<p>
document.getElementById("srch_regular").style.display = "none";