mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-22 07:24:23 +08:00

* Improved HTML Structure for Better Accessibility and Maintainability Commit Description: Semantic Sectioning and Class Names: Updated class names to be more descriptive. Ensured better readability and maintainability. Alt Text for Images: Added alt attributes to all <img> tags to improve accessibility. SVG Elements: Added appropriate role attributes to SVG elements. External Links: Updated external links to open in a new tab using target="_blank". Added rel="noopener noreferrer" for security reasons. CSS Separation: Inlined styles for demonstration purposes but recommended moving them to a separate stylesheet for better separation of concerns. * Update index.html * Update index.html * Update index.html * Update index.html * Update index.html * Update index.html --------- Co-authored-by: Yudong Jin <krahets@163.com>