Problem with STEP 4

Hello, i have problems with this step, no idea what im doing wrong:

 <head>
    <link href="styles.css" type="text/css" rel="stylesheet">
    <title>Registration Form</title>    
  </head>
  <body>
  </body>

image

Im stuck here, and i cant advance.
thanks!

They want the link element to be self-closing. This means you will need to add a / before the closing > at the end of the link element.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.