Hi there!
User Story 4: ## Each <section> element with the class of "main-section" should also have an id comprised of the <header> innerText contained within it, with underscores in place of spaces.
I think I have done everything about the above is said. Yet I get this error. I tried to compare my code with the example (solution) code. I find it the same. Can anyone help me fix this problem?
Here is my code,
Each id
for each section
has to literally match the innerText of the corresponding header
. The only exception is that spaces should be underscores. When you correct that, #4 will pass and you will then need to update your href
attributes in the nav
so that #13 will pass as well.
1 Like
Thanks a lot, brother. You save my day. Now I got it and my problem is solved.
kudos
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.