The output I get here is entirely different from the one shown in web dev training

this is the code applied as shown in training…please help me fix this

@yaminichauhan36955 on line 8 and line 22 the paths to your css and us files are not properly given along with the correct file names. Please make the correction and try again. You will get the correct output. If you still face issue let me know.

on line 8 and line 22 the paths to your css and us files are not properly given along with the correct file names. Please make the correction and try again. You will get the correct output.
The link for the css will be:

<link rel="stylesheet" type="text/css" href="movie-finder.css">

The link for the js will be:

<script src="movie-finder.js"></script>

Change this path with your path. I hope you will get the correct ans.
Thank you

Thank you for the help.I did make the aforementioned correction.But my search button’s still not functioning.what do I do?

Hi @yaminichauhan36955

Please change the javascript file path as below:

<script src="movie-finder.js"></script>

Do try this and let us know.

1 Like

Hi @yaminichauhan36955

We didn’t hear back from you. Is your query resolved? If not please feel to get back to us.