Creating a Catphotoapp

I am brand new to the world of coding and I am struggling with the very first project of mine and i need help. Below is what I have done so far and frankly I am stuck and need help please.

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

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

Challenge: Step 1

Link to the challenge:

An element’s text is the text between the opening and closing tags. In this case, the opening/closing tags are <h1> and </h1> and the text is “Hello World”. So you want to change the text to “CatPhotoApp”, not the tag names.

1 Like

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