Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
ok am beginner and I don’t know anything about coding can you help me out ?
Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World</h2>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge: Learn HTML by Building a Cat Photo App - Step 1

Link to the challenge:

Instructions have to be followed precisely.

Find the h1 element and change its text to:

CatPhotoApp

Please click the reset button (which looks like an arrow turning) as you modified the h1 tag even though it was not requested to do so.

Then you must add the text CatPhotoApp in the middle of the h1 tags (replacing the words Hello World.

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