Learn the CSS Box Model by Building a Rothko Painting - Step 6

Tell us what’s happening:

Sorry, your code does not pass. Keep trying.

  1. Your code should have a div element.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Rothko Painting</title>
  </head>
  <body>

<!-- User Editable Region -->

<div class="canvas">
  <div>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn the CSS Box Model by Building a Rothko Painting - Step 6

Hi, and welcome to the forum.

Most elements have an <opening> tag and a </closing> tag. The </closing> tag has a forward slash.