I have on html file in that there is one footer tag like this
<footer data-role="footer" data-theme="b">
<h4 > My Web Site </h4>
</footer>
i want to hide this footer using javascript please help me out.
I have on html file in that there is one footer tag like this
Share
You can use
document.querySelectorordocument.getElementsByTagName.