Exercise:
Use the HTML DOM to hide the <p> element.
Hint:
element
.style.visibility = "
value
"
Edit This Code:
See Result »
Hello World!
Result:
Show Answer
Correct Code:
Hello World!
Correct Result:
Hide Answer