-
-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels