Tell us what’s happening: it keeps asking for meta element which i already put.
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!-- User Editable Region -->
/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Ferris Wheel</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Challenge: Learn CSS Animation by Building a Ferris Wheel - Step 1
Link to the challenge:
Your HTML goes in the index.html editor, not the styles.css editor.
Tell us what’s happening:
Describe your issue in detail here.
it keeps asking for a meta element where there is one, am stucked.
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!-- User Editable Region -->
/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Ferris Wheel</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Challenge: Learn CSS Animation by Building a Ferris Wheel - Step 1
Link to the challenge:
It looks like you’ve put all your HTML code into your CSS file by mistake.
1 Like
oops, thanks was a huge mistake