I've included the following line in my html file:
<link rel="stylesheet" href="css/styles.css">
Despite having the css file linked, the styling is not visible on the page. The HTML remains plain.
The structure of my files is as follows:
filename
-css
-styles
-index.html
Additionally, I've checked my console log and there are no 404 errors present.
I'm reaching out for assistance to understand why the styling is not showing up. Can anyone help me troubleshoot this issue?