GDSC-SIT-2024 / HacktoberFest-Session24

2 stars 34 forks source link

Update index.html #5

Open YudhveerCAIN opened 2 hours ago

YudhveerCAIN commented 2 hours ago

Incorrect Comments: The comments in the HTML are not properly formatted. The use of multi-line comments within HTML can be confusing, especially if you're sharing the code with others. It's advisable to use single-line comments () for clarity.

Missing meta Tags: Although the viewport tag is included, the charset declaration is present but could benefit from additional meta tags for SEO, like a description or keywords.

Accessibility:

The label elements are associated with their corresponding input fields, but not all elements have for attributes that match their input IDs. Ensure all labels correctly reference their inputs. Consider adding aria-label or aria-describedby attributes to improve accessibility for users relying on screen readers. Inconsistent Input Types:

The expiration date fields are using