Search
 
SCRIPT & CODE EXAMPLE
 

HTML

clear html screen

<html>
    <head></head>
    <body>
        <p>This should not appear</p>

        <script type="text/javascript">
            document.body.innerHTML = '';
        </script>

        <p>This should appear.</p>
    </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: Checkbox checked border square CSS 
Html :: how to quote stuf in htl 
Html :: load pdf html 
Html :: input field image accept type 
Html :: how to navigate to another page in html 
Html :: md cheat sheet 
Html :: hotjar how to exclude elements 
Html :: ion-datetime cancel text 
Html :: bootstrap change font color of text 
Html :: html lag on scoll 
Html :: button to return to previous page html 
Html :: bootstrap Badges Contextual variations 
Html :: how to check where was the changes in a perticuler commit git 
Html :: html schrift dicke 
Html :: html chat box 
Html :: html color gold hex 
Html :: input cursor color 
Html :: html input checkbox unchecked 
Html :: cdn material design icons 
Html :: jQuery script tag to include into HTML 
Html :: click on div with class javascript 
Html :: pyscript python 
Html :: auto refresh 
Html :: ionic fab 
Html :: how to show a splash screen html page only once 
Html :: stopimmediatepropagation vs stoppropagation 
Html :: Change color of calendar icon in HTML Date Input 
Html :: access to image at from origin 
Html :: html date 
Html :: html samp 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =