This is an image of my workspace
This is an image of my CSS workspace
VS Code links the styles.css in the href="styles.css" line in the link tag and that leads me perfectly to the styles.css file so I’m unsure why it is not linking. I have tried a lot of things from the internet and nothing has worked.
5
Answers
Change
stylesheets
intostylesheet
remove sTry this out:
change your file path
it should be -> link rel=’stylesheet’
you have mistakenly added and extra "s" as "stylesheets"
All the answers that say to remove the trailing s are correct.
Here’s a link to the MDN web docs on the element. p.s., don’t feel bad about this, it’s just a simple mistake that anyone can make.