Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
iam an absolute beginner and i have failed to write the html code

Your code so far

<html>
  <body>
    CatPhotoApp Hello World CatPhotoApp
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

click on the restart step button to reset the code back to start.

then follow the instructions carefully

Find the h1 element and change its text to:

CatPhotoApp

ps. the ‘text’ of an element the what you write in between the tags
<h1>the text is here</h1>

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