I was getting stuck at this stage (kept telling me that link is self closing) so I decided to run this in VS Code with my own styles.css file and it works fine. I discovered that it was looking for ‘/>’ at the end instead of ‘>’
According to other forums either of these works but is one preferred over the other as an industry standard?
<!DOCTYPE html>
<html>
<head>
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36
Challenge: Step 4
Link to the challenge: