Tell us what’s happening:
Hi guys, I nested a self-closing link
element within the head
element, but the test still tells me “Your code does not pass. You should have one self-closing link
element.”
Should anyone knows why, I would appreciate it.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<meta charset="UTF-8">
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<!-- User Editable Region -->
<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/110.0.0.0 Safari/537.36
Challenge: Learn HTML Forms by Building a Registration Form - Step 5
Link to the challenge: