GDSC-SIT-2024 / HacktoberFest-Session24

2 stars 34 forks source link

Updation Under file index.html #4

Open Avi200618 opened 2 hours ago

Avi200618 commented 2 hours ago

Here are the errors and issues found in the provided HTML document:

Unclosed

tag:

The <div class= tag in the .back section is not properly closed and is incomplete. Duplicated SVG logo:

The SVG for the Visa logo is repeated in both the front and back sections of the credit card box. This may not be an error but could lead to redundancy. Missing attributes:

The id attributes for the display areas in the .front class (like card-holder-display and card-expiration-display) are not linked to any inputs, which can lead to confusion when trying to capture input values. Invalid type for input elements:

The input elements for the card number use type="num" which is incorrect. It should be type="number". Missing label association:

The

for card holder and expiration date in the .front section do not contain values or links to input elements, so they are not associated correctly. Invalid option values:

In the expiration year