Exercise:

Use a jQuery method to add the text "How are you?" after the <p> element.

Hint: Use the after() method.

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