Learn HTML by Building a Cat Photo App - Step 2

I’m in step 2 where they ask me to add h2 element below h1 element with the text “cat photos”

<h1>CatPhotoApps<h1>

<html>
<body>
   <h1>CatPhotoApps/<h1>Cat photos
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

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

Link to the challenge:

below h1 element create h2 element,
the code will look similar with the code in line 3 where h1 element is located, just this one is h2 element and the text is Cat Photos

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