I\'m having an issue with linking html and Css and have no idea why. I\'m doing everything like the book and tutorials says. However, I\'m not getting to do the external con
I invite you to read this article Absolute and Relative Paths
Then we pass to your code:
Should be :
Your styles.css
should be in the same folder as your html file.
To verify that you have an error , check Console of your browser,you will be noticed that your file doesn't exist(404 error).
An other way to make your css working is to integrate it inside your page without separation:
Example: