Tell us what’s happening:
I tried many times to submit my second but it does not accept. And I am always asked to try again. What can be the problem here ?
Your code so far
<html>
<body>
<!-- User Editable Region -->
<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>
<!-- 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/133.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 2