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

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <title>
      Rothko Painting
      </title>
      <meta Charset="UTF-8"/>
  </head>
  <body>
    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png"/>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 2

Link to the challenge:

you haven’t meta element with charset attribute and its value with tf-8.
NEXT TIME DESCRIBE YOUR ISSUE.

Hello!
As stated by the previous response by dka.kavinda2004, for all future posts, please include details of the problems and error message for your code? It is a very important part of learning to code.

Your code requires the title and title text to be on the same line. Both opening and closing title with the text between them. Do not leave any spaces between the element and text.

I hope this helps you.

Again a reminder for future posts to detail the issues for a more accurate and direct response to the issue.

1 Like