I followed this step to a T but it's not accepting my code HELP ME OTUT

Tell us what’s happening:
Describe your issue in detail here.
So they want me to make add a title, i did but it’s not accepting my code. what am i doing wrong??

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

You’ve got two issues:

  • You misspelled “Registration”
  • There is a bug in the test the requires you to add a forward slash at the end of the <link> tag just before the closing >.

ah thank you! i’ll try to take my time next time i think i was rushing. thank you for helping!

Ya, typos are the programmers worst nightmare. Sometimes another pair of eyes is what you need. As for the bug, you couldn’t have known about that, so nothing you could do there but ask. Hopefully it will be fixed soon.

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