I'm struggling to connect my "index.html" file with my "stylesheet.css" file. I've tried copying the code from resources like CodeAcademy and w3schools, but nothing seems to be working. I'm currently using Notepad++ as my text editor - could the issue be related to the software? Below is a snippet of the beginning of my code. Both files are saved in the same directory.
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css">
<title>Fred's Present</title>
</head>
Any help would be appreciated!