In step number 4, it tells me to add a title and nest a link for the css file to the code, but after nesting it and checking the code mutiple time, it keep on saying that that the link code or element is a self-closing element. Im quite stuck on this step, can anyone provide me with hints to show why im wrong or stuck please.
**Your code so far**
<!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: