Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:

hello everybody!
I can not past from 1st step .
Maybe I can not see my mistake. pls help.
Below code has written rightly or no, because system can not take my code and write " Sorry, your code does not pass. Hang in there. Your link element should be within your head element."
My code within the “head” element

Ferris Wheel

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en"></html>
  <head>
    <meta charset="UTF-8">
    <title>Ferris Wheel</title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body></body>






<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

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

Challenge Information:

Learn CSS Animation by Building a Ferris Wheel - Step 1

Ya, the hint you are getting is not the greatest. Let me ask you this. Should you really have an empty html element? Usually the html element wraps everything, doesn’t it?

1 Like

Thank you ! I closed my html tag before head element. :hugs:
Correct!!!

2 Likes

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