Skip to content

UI/UX Issue: Accessibility and SEO Improvements #22

@codeCraft-Ritik

Description

@codeCraft-Ritik

Issue:

The project uses images/logo.png but lacks descriptive alt text for screen readers in some sections, and the footer has an empty img tag. Additionally, the language attribute in index.html is set to du (Danish/Dutch) while the content is in English.

File to edit: Ecommerce-Website/index.html

Change: Correct the lang attribute and fix the broken footer image.

Code Edit:

Change <html lang="du"> to <html lang="en">.

In the footer section, locate the empty logo container:

<div class="footer-col-2">
    <img src="images" alt="">
    <p>Best technology enabled product?</p>
</div>

<div class="footer-col-2">
    <img src="images/logo.png" alt="ElectroHub Logo" style="height:60px;">
    <p>Providing world-class electronics since 2021.</p>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions