Skip to content

HTML 101 - Bug Sorting #38

Description

@MujtabaTaimur
1.	Inconsistent Heading Levels (2-structure/14_top_8.html):
•	The HTML file has multiple <h2> tags for different “friend” names, while the top-level header is an <h1>. The structure could be improved for accessibility by ensuring proper hierarchical order for headings.
2.	Image Source Issue (2-structure/14_top_8.html):
•	The image URLs used in the src attribute (https://i.imgur.com/IZ3Vf9Nb.jpg) do not resolve correctly. Updating these links or hosting images locally could solve the issue.
3.	Improper Semantic Tag Use (4-semantic-html/25_figures.html):
•	The <br> tags are overused within the <main> section, which reduces readability and isn’t ideal for semantic HTML. CSS should be used for spacing instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions