Struggling with step 6 of HTML

I’m struggling with this too… is there a video we can use for reference to understand it? I know on the old version they had a link to videos that would help :confused: i just cant seem to get past it.

HI @sadiaaaa.x !

Welcome to the forum!

I created a new post for you.
The lesson wants you to take the h2, p and comment tags and move them two spaces to the right.

If you need more help, read this article

Hope that helps!

2 Likes

That really helped thank you!! I managed to get past it :star_struck: i just wanted to know what the meaning of the <ul and <li meant? I think they really confused me and made me overthink a straightforward task.

The goal for including this example was to show users how to indent code.

<ul> 
  <li> Child Element 1 </li>
  <li> Child Element 2 </li>
</ul>

But unfortunately, users think they have to include that in the code somehow.

There is currently an open issue to help clarify wording so hopefully that will help future users.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.