Step one of Responsive Web Design

Tell us what’s happening:
Describe your issue in detail here.
Tells me to change my

element text to “CatPhotoApp” i change it and it tells me im wrong

  **Your code so far**
<html>
<body>
  <CatPhotoApp>Hello World</CatPhotoApp>
</body>
</html>

Challenge: Step 1

Link to the challenge:

Hi,
The element text is the text inside the <h1> tags. The text that currently says ‘hello world’. Not the tags themselves.

I advise you read up on basic html using the w3schools website.

1 Like

Okay ill check it out. I thought this was basic html. Regardless thank you

These lessons are basic html, but to learn coding it’s important to research it. Including outside of the freecodecamp lessons. This gives you a broader knowledge of coding to draw on overall.

1 Like

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