Exercise v1.3

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".

Hint: Use the text() and attr() methods.

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