Hello, Can someone help me solve this?
This is what instruction said: Add two more spaces in front of the h2 , comment, and p elements so your HTML is more readable.
I could not solve it despite hundreds of attempts. Please if any one can help me with this?
BTW, here is where this instruction should be applied
<ul>
<li> This `li` element indented </li>
<li> This `li` element is also indented </li>
</ul>
I’m attempting on the freecodecamp live. It is kind of a stage performance where if I write correct code, I can move to the next stage. But in case of wrong coding, it only shows in the red word, “WRONG Attempt.” It doesn’t show why I’m wrong.
Is Ask for Help button available to you? I believe it shows on multiple attempts. Try to click that button and it will automatically create a thread for you consisting of your current code.
Sorry, I didn’t realize that. Here is what I have been doing.
<main>
<h2>Cat Photos</h2>
<!--This is the parent-->
<elem>
<!--This is the child-->
<elem></elem>
<elem>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos.</p>
</main>