Skip to content
Advertisement

html css and js not working

This is my code:

JavaScript

The css:

JavaScript

And the jquery:

JavaScript

I’m using the Brackets program to write my code, but when I go to the live view after I saved everything and i press “toggle” the page wont move and I looked over everything and Im 98% sure its correct.

Advertisement

Answer

Put <script src="Home.js"></script> before the </body> tag.

I made another class

JavaScript

and JQuery

JavaScript

Also added

JavaScript

for a nice slide 🙂

JSFiddle demo

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement