Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<catphotos>
</html>catphotos<h2>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Link to the challenge:
Hi
This starter code for this challenge looked like this:
html>
<body>
<h1>CatPhotoApp</h1>
</body>
</html>
You should not change any of the starter HTML elements, so it might be best to reset this step to get back to the starter code.
This challenge asks you to add a new h2
element with the text Cat Photos
below the existing h1
element.
So, you need to add a new line below the h1
element where you can then code your h2
element.
You can use the format of the h1
element as a model for your new h2
element.
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.