Tell us what’s happening:
Describe your issue in detail here.
Your code so far
I’m writing the text and it’s not going
<h1>Cat Photos</h2>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/105.0.5195.147 Mobile/15E148 Safari/604.1
Challenge: Learn HTML by Building a Cat Photo App - Step 2
HTML elements have opening tags like <h1> and closing tags like </h1> .
So when you write any element, you must make sure that the opening tag and the closing tag are matched up. (just like h1 tags in the example, h2 works the same).
I suggest you click on the Restart Step button and this time focus on adding code only without deleting or modifying any old code.