Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

i only need h1 element and additional word (Cat Photos)
i have no ideas

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
<h1>second most important heading element</h1> Cat Photos

<!-- 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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

hi there and welcome to the forum.

Please click the Reset button first because the code you have now is not correct and you should restart this step.

When you reset, you will be shown one line of code in the editor which is this one:
<h1>CatPhotoApp</h1>

You were given the instructions below:

Below the h1 element, add an h2 element with this text:

Cat Photos

Therefore, you need to add an h2 element now.
The h2 element should contain the given text: Cat Photos

hopefully your next try will work

1 Like

thanks foe the guide i am just a beginner I
have no ideal

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