Tell us what’s happening:
Describe your issue in detail here.
Your code so far i have this question The h1 through h6 heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so h2 elements have less importance than h1 elements. Only use one h1 element per page and place lower importance headings below higher importance headings.
Below the h1 element, add an h2 element with this text:
Cat Photos
<html>
<body>
<!-- User Editable Region -->
<h1>h2Cat Photo
<!-- 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/116.0.0.0 Safari/537.36 Edg/116.0.1938.69
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Dont touch the tags. you should have the text ‘cat photos’ plurel and it should be between opening and closing h2 tags as anything between tags shows up on page.
Ex of paragraph between opening and closing p tags:
Sure.
Wow, Congratulations !!!
First click on the reset button to reset your code. Then under the <h2>Cat Photo App</h2> element you want to add a new heading element this time using opening and closing <h1></h1> tags and put the text Cat Photos between both tags.
Ex:
<h3>This is a sub heading with h3 tags</h3>
Hope this helps and Good luck coding :+1:
HTML5 has some elements that identify different content areas. These elements make your HTML easier to read and help with Search Engine Optimization (SEO) and accessibility.
Identify the main section of this page by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.
Thank you, you made my day, I hope its true…
You should create a new post for each question that is relevant to a different step. That we others can view your code properly and be able to answer…