Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Hello, I am new to coding and I am having a little trouble. Any help would be greatly appreciated

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15

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

Link to the challenge:

The text for an element is in between its opening and closing tags. So changing the text for an element means changing the text in between those tags. You have added text before the element.

Thank you! Got it all figured out

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