Exercise:

Use a jQuery method to insert the text "Hello" at the beginning of the <p> element.

Hint: Use the prepend() method.

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