- Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bug hunter challengewww.codedex.io/community/monthly-challenge/october-2023www.codedex.io/community/monthly-challenge/october-2023
Description
Issue: Improper use of h2 tag inside ul element
- The source code for 17-make-it-count includes an
h2tag within aul.- According to HTML standards, heading tags like
h2should not be placed directly inside aul. This can lead to rendering issues and is not semantically correct.
- According to HTML standards, heading tags like
Expected Behavior
- HTML should follow proper structure and semantics. The
ultag should contain only list itemsli, and headings should be placed outside the list.- Additionally, an
h2tag is only valid if placed within a list item,litag.
- Additionally, an
Screenshot of issue:

Metadata
Metadata
Assignees
Labels
bug hunter challengewww.codedex.io/community/monthly-challenge/october-2023www.codedex.io/community/monthly-challenge/october-2023