I have a .html file and ist .css file. I call the .css trough the instruction
<link rel= stylesheet href= mystyle.css>
But if I use
<link rel= "stylesheet" href= "mystyle.css">
then nothing changes in my page. Is there some difference between using the quotes or not?