Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
How to create

element to CatPhotoApp

<CatPhotoApp></CatPhotoApp>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/105.0.5195.147 Mobile/15E148 Safari/604.1

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

Link to the challenge:

You need to create
<h1> </h1>
and inside of it add CatPhotoApp

Hi!
So, I would press the ‘restart step’ button first. You have made a lot of uneeded changes and it would be easiest to start again.

Relocate the <h1> element. You only need to change the text that is inside it.


<h1>This is the text inside a h1 element as a clue</h1>

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