Skip to content

Conversation

@Imran-imtiaz48
Copy link

Improvements
• HTML structure: Used a semantic wrapper for the contributors section and added a heading. • Accessibility: Added alt attributes to images and title to links. • Best Practices:
o Used window.addEventListener('DOMContentLoaded', ...) instead of assigning window.onload. o Used proper target="_blank" and rel="noopener noreferrer" for links. o Cleared previous content before appending.
• Efficiency: Used forEach and created elements instead of string concatenation.

 Improvements
•	HTML structure: Used a semantic wrapper for the contributors section and added a heading.
•	Accessibility: Added alt attributes to images and title to links.
•	Best Practices:
o	Used window.addEventListener('DOMContentLoaded', ...) instead of assigning window.onload.
o	Used proper target="_blank" and rel="noopener noreferrer" for links.
o	Cleared previous content before appending.
•	Efficiency: Used forEach and created elements instead of string concatenation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant