Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:
Your link element should be within your head element.
Describe your issue in detail here.

I am getting stuck here but I think I have done required.
thank you
Your code so far

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15

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

Link to the challenge:

Hi,

The <head> element should contain all metadata. Not only the link tag.
The <html> must be open after <!DOCTYPE html> and close at the end of the document.
Good Studies!

thank you smooch Leandro, it is resolved

1 Like

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