Tell us what’s happening:
Describe your issue in detail here.
I have to create a self-closing link element with a rel and href attribute but I have rewritten the code like 100 times ( i kid u not) and have looked up how to write a self-closing link but I still can’t figure it out. Please help me I’m going crazy.
**Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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/105.0.0.0 Safari/537.36
Challenge: Learn HTML Forms by Building a Registration Form - Step 5
Link to the challenge: