pponny
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<!-- User Editable Region -->
<h1>CatPhotoApp</h2>
<h1/>the gren car</h2>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Link to the challenge:
Welcome to the forum community @pponny 
Always start an element with <element>
. End with </element>
.
Example: <element>content</element>
I think you understand it.
Do as I said. Works perfectly.
Happy Coding 
hello and welcome to fcc forum 
correct syntax is , opening and closing tag should be same with proper notation(i.e. <p>..</p>
) for html elements like these “h1/h2/etc”
address that change and it should be alright, happy learning 
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.