Tell us what’s happening:
My link is within the head element but it just keep saying it is not. I actually skipped to step 2 and compare the code and it is exactly the same, I copied the code and pasted it in step 1 and it is still saying " Your link
element should be within your head
element".
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/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
Challenge Information:
Learn CSS Animation by Building a Ferris Wheel - Step 1