Tell us what’s happening:
Describe your issue in detail here.
**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/102.0.0.0 Safari/537.36
Challenge: Step 4
Link to the challenge:
…?
The test for this step is extra strict (a fix is being worked on) and the test expects you to close the link tag with />
1 Like
yeah closing tag worked .I passed the test but link attribute should not have a closing tag?
Sometimes sef closing tags are written like this: <link … /> or <img…/>. Maybe it’s required to pass the test.
1 Like
system
Closed
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.