Hi! I’m having some trouble in passing step 4 in “Learn HTML Forms by Building a Registration Form” in the New Responsive web design section.
Here is what am I required to do:
Add a title element to the head , and give your project a title of Registration Form . Also, nest a self-closing link element in the head element. Give it a rel attribute value of stylesheet , a type attribute value of text/css , and an href attribute value of styles.css .
For some reason I cannot pass this step, maybe it’s a bug? What’s wrong?
I get the following message:
Test
Sorry, your code does not pass. Keep trying.
Hint
Your link element should be a self-closing element.
Thanks in advance!
**And here's my code**
<head>
<title>Registration Form</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
</body>
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0
Challenge: Step 4
Link to the challenge: