Exercise:Use a jQuery method to insert a third <li> element: "List item 3", at the end of the <ol> element. Hint: Use the append() method. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|