Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.
i need to know how coding works

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h1>CatPhoto
      
  </body>
</html>

Your browser information:

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

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

Link to the challenge:

Try to follow the step’s instructions.
Also look at the hints given to you.

In this step you were asked to create an h2 element.
It is just like the h1 element in the way it is written but it is called h2.

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