Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updation Under file index.html #4

Open
Avi200618 opened this issue Sep 29, 2024 · 1 comment
Open

Updation Under file index.html #4

Avi200618 opened this issue Sep 29, 2024 · 1 comment

Comments

@Avi200618
Copy link
Contributor

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 options, the years should probably be more current (e.g., adding future years). Malformed button: The button includes an icon class (fa fa-lock) without including the Font Awesome library in the document. Incomplete closing tags: The final closing tags are missing for the , , and . These errors need to be addressed for the code to function properly.

@Soyvor
Copy link
Contributor

Soyvor commented Sep 29, 2024

Ok solve the issue and move forward with them

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

No branches or pull requests

2 participants