I need to know what's wrong?

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

   **Your code so far**
<html>
 <body>
   <h1>Hello World</h1>
 </body>
</html>
<h1> CatPhotoApp </h1>
   **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.5 Safari/605.1.15

Challenge: Step 1

Link to the challenge:

Hey dude, You need to replace the Hello World with CatPhotoApp text. For you information I would like to tell that you need to write every code between the <html> tag which has an opening <html> and a closing </html> tag. If sometimes you are unable to find solution try doing it from start in your initial journey of learning to code.
Hope this helps :grin:

1 Like

Everything you want to put in an html file should be between <html> and </html>.
Everything related to the page’s body should be between <body> and </body>.
In your case, that <h1> in the last line should be above the </body>.

cheers.

2 Likes

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