Tell us what’s happening:
इस में क्या करना हे समाज नहीं आ रहा मुझे बताओ कि इस में क्या करना चाहिए और कैसे
Your code so far
<html>
<!-- User Editable Region -->
<main>
<h1>CatPhotoApp</h1>
<p>Cat Photos</p>
</main>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5
Welcome to the community.
You change changed some of the existing code. Reset the step to get it back.
You have put the closing main element tag in the wrong place. Put it after the p element.
Don’t make any other changes to the code.
Tell us what’s happening:
मुझे इस में कुछ समज नहीं आ रहा हे इस के बारे में विस्तार से समजाए
Your code so far
<html>
<body>
<!-- User Editable Region -->
<main>
<h1>CatPhotoApp</h1>
<p>Cat photos </P>
</main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5