Code is not submitting

Tell us what’s happening:
Describe your issue in detail here.
Code is correct but its not submitting

  **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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36 OPR/88.0.4412.53

Challenge: Step 4

Link to the challenge:

your <link> tag is not self closed. Self enclose the tag as required in the question.

example of self closed tag : <a href="somelink.com"/>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.