Exercise:

There is a hidden <p> element in the document.
Use a jQuery method to show the <p> element with a click of a button.

Hint: Use the show() method.

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