+ 18
Try using link tag to link your css and js file to your html file.
9th Nov 2019, 11:07 AM
Debbie
Debbie - avatar
+ 7
Mofey if your css and js don't apply in your html code try providing a link to them using <link rel='stylesheet' href='style.css'></link> <script src='active.js'></script>
8th Nov 2019, 8:58 PM
Jella
Jella - avatar
+ 1
The problem is with your connection between the HTML file and the CSS and JS files. Nothing is wrong with the compiler
10th Nov 2019, 10:18 AM
keivan Ipchi
keivan Ipchi - avatar