Tell us what’s happening:
I have more than one h1 element. How do I remove the extra h1 element?
Your code so far:
CatPhotoApp
<html>
<body>
<!-- User Editable Region -->
<h1>Hello World</h1>
<h1>CatPhotoApp<h1>
<!-- 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/118.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 1