Your new div element should have a closing tag

I need to put another class within the dev tag, but however i tree the code will not pass.
This was my try:

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Colored Markers</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <h1>CSS Color Markers</h1>
  <div class="container marker">
  </div>
</body>
</html>
/* file: styles.css */
h1 {
text-align: center;
}
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; rv:102.0) Gecko/20100101 Firefox/102.0

Challenge: Step 10

Link to the challenge:

Hi, I can’t see your code for the second div on your post. You should nest another div with a class of marker under the div with a class of container.

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