×
×
Correct!
Use the CSS
<p id="demo"></p>
<script>
document.getElementById("demo").style.display = "none";
</script>
Not CorrectClick here to try again. Correct!<p id="demo"></p> <script> document.getElementById("demo")= " "; </script> |