Tell us what’s happening:
Can somebody tells me that “where is the problem is?”
Please don’t say add ‘/’ end without tryind. if it is works, then write here an example.
It says : You should have one self-closing link
element.
Thanks.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<link rel="stylesheet" href="styles.css" />
<meta charset="UTF-8">
<title>Registration Form</title>
</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/121.0.0.0 Safari/537.36
Challenge Information:
Learn HTML Forms by Building a Registration Form - Step 5