Pls how can I nest my link element inside the head element? I have done it all the ways I know but it keeps rejecting my code

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.html */
<!DOCTYPE html>
<html lang="en"></html>
<head>
<meta charset="utf-8"></meta>
<link rel="stylesheet" type="test/css" href="./styles.css">
<title>Ferris Wheel</title>
</head>
<body></body>
/* 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.5060.114 Safari/537.36 Edg/103.0.1264.49

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

Link to the challenge:

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