Located at the bottom of the HTML page is a button that triggers an onClick function.
Since the page only contains internal CSS, when users save the page (by right-clicking and selecting Save As) as an HTML file, it is saved without any additional folders - just the HTML. However, the button remains visible at the bottom of the saved page.
How can we ensure that the button is hidden when users save the HTML page? Once saved and opened on their computer, the button should be hidden because it serves no purpose without accompanying scripts.