velova
January 28, 2024, 8:54pm
1
I’m stuck on step 3, I can’t see what’s wrong with it
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
Your mobile information:
SM-G998U - Android 14 - Android SDK 34
Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 3
Link to the challenge:
Learn to Code — For Free
skamat
January 28, 2024, 9:00pm
2
What you did seems correct. Please try once more by putting just your current <link…> element in the blank space provided and submitting. Do not put anything less or more because sometimes the test looks for exact words.
1 Like
velova
January 28, 2024, 9:15pm
3
I just did and it didn’t work
skamat
January 28, 2024, 9:21pm
4
Ok I just did it and it works for me. Anything wrong with your browser? Can you post a screenshot of what you are doing?
1 Like
velova
January 28, 2024, 9:39pm
6
No, my browser seems to be working fine.
Every time I try it gives me the “hint”
Your code passes the challenge for me. You can try clearing your browser cache, or try a different browser and it should pass
3 Likes
velova
January 29, 2024, 9:04pm
8
I tried with a different computer and it worked! Thank you!
1 Like
system
Closed
July 30, 2024, 9:04am
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.