MDN Web Development Project

93 bookmarks
Custom sorting
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org
Step 2 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. Example Code <h1>most important heading element</h1> <h2>second most important heading element</h2> <h3>third most important heading element</h3> <h4>fourth most important heading element</h4> <h5>fifth most important heading element</h5> <h6>least important heading element</h6> 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
·freecodecamp.org·
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org