I'm facing an issue with linking my CSS style sheet to my HTML file using the following code:
<link ref="stylesheet" href="../landing/css/stylesheet.css" type="text/css"/>
Even though I have checked the directory link and it successfully takes me to my CSS file when command-clicking on /landing/css, when I open the file in my browser for a preview, none of my CSS styling seems to be applying to the file.
If anyone could provide assistance, it would be greatly appreciated.