I am using the Visual Studio Code tool to develop my website. I have then two files: index.html and style.css with their corresponding code. index.html makes reference to the CSS file through a link:
However, when trying to run the HTML file to visualize it in my Chrome browser, I cannot see displayed any of the styling included in the CSS file.
Am I missing something?