Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h2>Cat Photo</h2>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 11; 2201117TG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36
Challenge: Step 2
Link to the challenge:
…?
You removed the h1 element
An h2 element is what you just made.
<h2>Text goes here</h2>
By the way, you musn’t delete the h1.
Thank you, this was helpful
Thank you boss, I’ve gotten it
But I’m stocked on step 3 now
Just create a
element (<p>Text goes here!</p>
) with the text Click here to view more cat photos
Hope this helps you!
system
Closed
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.