Learn CSS Animation by Building a Ferris Wheel - Step 1

Hi everyone, i´m having a trouble with the first step of the Ferris Wheel, when i run the test it says that i need to close the html tag, but when i close it i trought another error, " Your link element should be within your head element." and im sure that i do it correctly. I don´t know if is it a problem with the page or something (i try again reseting my cookies and site data but seems not working as well), i finallize that section but the first step is not working. Any solution for that?

<!-- 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/122.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Animation by Building a Ferris Wheel - Step 1

Hi there! Your closing html tag should be at the end of your html page

1 Like

Thank Ray! it was a noob problem haha

1 Like

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