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>

Im stuck here, and i cant advance.
thanks!
elrty
2
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
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.