Exercise:

Use jQuery to change the text of the link to "W3Schools Home",
and change the value of href"s attribute value to "www.w3schools.com".

ヒント:Use the text() and attr() methods.

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