*For the colored markers project, the link code is:
<link rel="stylesheet" type="text/css" href="styles.css">
*But for the Registration form, the correct link is this:
<link rel="stylesheet" type="text/css" href="styles.css" />
Is there really a difference whether you put the “/” before the closing “>” or is it really the same thing? The first link was marked correct for the colored markers project, but the one for the registration it isnt and it mandated the “/” before the “>”.
*For some reason, the line of code isnt showing up