When I try to debug my html file with css attached as below:
*{ margin: 0;
padding: 0;}
the css doesn’t make the written adjustments.
I have tried to write css/ where my href is and I have tried deleting browser history and I have also removed type=“text/css” to see if that is the issue, but I still haven’t managed to link the file properly.
I think that I have done that correctly. The css file name is winterwear4u.css and I have written in my href attribute “winterwear4u.css”
Is it an issue with the editor (Visual Studio Code)?
Your HTML file would have to be inside the same folder as the CSS file for that to work. Otherwise, you have to navigate to the CSS file in the path, by going in or out of folders.