delete all existing HTML



delete all existing HTML :
by this method we can clarify that our JavaScript  code is wrong or right by opening it on web page and its delete all existing html.
<!DOCTYPE html>
<html>
<body>
<button onclick="document.write(15 + 6)"> click me</button>
<p> click on button and you will see the result of (15+6)  </p>

</body>
</html>

 demo here

Comments

Popular posts from this blog

50 Beautiful Color Palettes for Your Next Web Project

Website Color Palettes: The Palettes of 50 Visually Impactful Websites to Inspire You Css Zilla