Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How to pass chapter 11 question no. 8 I am providing the same URL provided in lesson but it is saying use correct URL

In the <script> tag I have to provide the URL of jquery liberary and i implemented the link like this but it is saying use proper link provided in lesson.
<script src="url provided in chapter">
by

1 Answer

sam5epi0l
Try this format:


<script src="url"></script>

Login / Signup to Answer the Question.