Building a registration form Step 5

Hi, guys! I’m stuck again :pensive:. The instruction is to add an H1 with the text: “Registration Form”. Something is wrong because my code isn’t working. I have tried a different browser but got the same result. Please help.

Registration Form

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
	  <link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>
Registration Form
</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 5

Link to the challenge:

I think you triggered a bug in the test. From what I can tell, the test wants everything to be on the same line. So put the opening tag, the text, and the closing tag all on the same line and it should pass.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.