Learn Intermediate CSS by Building a Picasso Painting - Step 2

What am i doing wrong?
It is saying that

You should add exactly one meta element.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
<title>Picasso Painting</title>
  </head>
  <body>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 2

Link to the challenge:

Your HTML is passing for me. It may be a conflict with an extension you have installed in your browser. If you have any browser extensions installed then I would start disabling them one at a time until you find the one that is causing the tests to fail. Or just use another browser that doesn’t have any extensions.

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