I seen self closing tags before, I made it to the start of the Registration Form section of the new course, and at step 4, i get this:
It seems that it’s needing the link to be :
<link rel="stylesheet" type="text/css" href="styles.css"/>
and not :
<link rel="stylesheet" type="text/css" href="styles.css">
with the />
being the difference.
But i ommited the slash many times in the past, is it not really needed?
If so has the answer just forced it this time?
Link to lesson: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-4