Exercise:

Use the HTML DOM to hide the <p> element.

Hint: element.style.visibility = "value"

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com