Skip to content

HTML 101 - Bug Sorting #38

Open
Open
@MujtabaTaimur

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.

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