Tell us what’s happening:
I’ve been doing the responsive web design series, and have been enjoying it. This challenge seems to be stuck however. It asks me to give the project a title of “Registration Form”, and then tells me to make a self closing link element with attributes of various values. Despite me not putting in a closing link element, it gives me an error saying the link element needs to be self closing. I’ve solved this prompt in other projects the same way, yet on this one it seems to need a different answer.
Have I just missed some part of the prompt which requires I use the link element differently? Is it a browser issue? Or is the issue something else I’m not considering?
Code so Far:
<!DOCTYPE html>
<html>
<head>
<title>Registration Form</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
</body>
</html>
Browser Information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.162 Safari/537.36
Challenge: Step 4
Link to the challenge: