Learn CSS Animation by Building a Ferris Wheel - Step 1

**Tell us what’s happening: **
Describe your issue in detail here.
Pls my code keeps giving an error message " you should have one self closing link "

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Ferris Wheel</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

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

Challenge: Learn CSS Animation by Building a Ferris Wheel - Step 1

Link to the challenge:

There used to be a bug on this step that required a forward slash at the end of the <link> tag so it ended with />. But that has been fixed as your HTML is passing for me. You might try using a different browser? I’m just guessing here since your HTML is correct.

It won’t work also
I’ve tried several syntax
All ended in error

If you are using the exact same HTML as posted at the top then it should work because that is the correct HTML. If you can’t get it to pass with any browsers then I don’t know what to say? Just move on to the next step knowing that you got this one right.

But you could try closing the <link> tag with /> to see if that helps.

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