Tell us what’s happening:
I’m stumped.
Why the following don’t work?
Registration FormI already tried to reposition the link element
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/128.0.0.0 Safari/537.36
Challenge Information:
Learn HTML Forms by Building a Registration Form - Step 5