Learn CSS Animation by Building a Ferris Wheel - Step 1 - pRNm_pUf8JMu_TYoHHDyh

Tell us what’s happening:
It’s giving me an error of self-closing link tag but I’ve given it. Please look into this.

**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Ferris Wheel</title>
    <link href="./styles.css" rel="stylesheet" type="text/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/103.0.0.0 Safari/537.36

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

Link to the challenge:

your comment at the top is messing with the opening html tag. Delete the comment and it’ll pass :slight_smile:

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