Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Tell us what’s happening:
I can’t figure out why this step is not completing, I tried resetting the challenge and even copied and pasted step two to make sure I wasn’t doing something wrong. But I can’t seem to figure it out. I’ve reset the challenge and wrote the code once again, and the same error keeps popping up, can anybody tell me what am I doing wrong?

  • thought it was in the wrong order - exchanged it, didn’t work
    -thought needed another meta tag - didn’t work
    -thought it neede another class/id/name after the charset, didn’t work too

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Balance Sheet</title>
    <link rel="stylesheet" href="styles.css">
  </head>
</html>

<!-- User Editable Region -->

/* 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/109.0.0.0 Safari/537.36

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Link to the challenge:

Any chance you can send what the error message is as well? Are you trying step 1 or 2? As you have step 1 in the title, but said you copy and pasted step 2

I just copy/pasted your HTML into step 1 and it passed for me. Is there a chance you have a browser extension installed that injects HTML into the page? You might try disabling your extensions one by one until you find the one that is causing the problem. Or try a different browser that doesn’t have any added extensions.


Sorry for the delay guys, this is the error message

theguykai I’ve copied and pasted the basic step two code, the one that is already solved, when I noticed mine was the same answer, althought I put the metas in different orders at first

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