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

<html>
  <body>

<!-- User Editable Region -->

    <>>Hello World</h1></body></html>

<!-- User Editable Region -->

  </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/16.1 Safari/605.1.15

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

Link to the challenge:

<>> before the Hello World is not a valid tag. You need to include words in between the beginning tags <> and ending tags </>.

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