One of the students I am teaching has written the following code snippet:
<title> Portfolio
</title>
<link rel="stylesheet" type="text/css" src="portfolio1style.css">
</head>
The portfolio1style.css file is located in the same directory as the HTML file and is spelled correctly. When we include the CSS internally, it works fine. What could be causing this issue? Thank you.