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

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

Your code so far


<h1>Head body<\h1>

Your mobile information:

iPhone - iOS17.2.1

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

1 Like

Hello!
Welcome to the fCC forum
You need to declare your document by adding a DOCTYPE. And add an html element set with a lang attribute set to en. And then in your head element add a head element and a body element.
Like in the image below, but only the DOCTYPE declaration, the html element, the head element and the body element.
image

If you do not understand, I suggest that you should start right at the beginning of the Responsive web design course:

Start by completing the Responsive Web Design Cert. Do every challenge and project. You won’t regret it! I just completed mine!

1 Like

You can learn more about DOCTYPE, html elements, head element, and body element here:

Interestingly enough, I’m enjoying the freeCodecamp curriculum, but I’m not taking notes as I go.

I wish I could see reference points, but asking for help is really encouraged on the platform too.

2 Likes

Interestingly enough, I’m enjoying the freeCodecamp curriculum, but I’m not taking notes as I go.

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