Learn CSS Transforms by Building a Penguin - Step 1 - peyuOFuZKwvL5jgePjZBn

Hello, I can’t go to the next step because of this error, the <link> is inside the <head> as usual but when I check my code then the error happens, I tried to change the sequence of the elements, I tried to change browsers but the error continues, I don’t know what is happening because I always do it this way and every time it worked, I would be so grateful if you could help me.

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Penguin</title>
</head>
<body>
  
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn CSS Transforms by Building a Penguin - Step 1

Link to the challenge:

You have to close your link by adding / at the end

1 Like

Thank you Najmanager, indeed that was the problem, if I had invested a little more time and patience I would have found the answer, I just needed to choose step 2 directly and the answer would be there, I thought empty elements didn’t need to be closed.
https://developer.mozilla.org/en-US/docs/Glossary/Empty_element

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