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

fixed contact file bugs #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BryanSJamesDev
Copy link

  1. Missing opening and closing <html> tags.
  2. Missing opening and closing <head> tags.
  3. Missing opening and closing <body> tags.
  4. The style attribute in the <style> tag is missing a closing double quote (").
  5. The action attribute in the <form> tag is incomplete and missing the form submission URL.
  6. The button element is missing a closing tag (</button>).
  7. The fadeEffect JavaScript function is missing a closing parenthesis (}).
  8. The onsubmit attribute in the <form> tag is calling the fadeEffect.init function, but the fadeEffect function itself is not defined in the provided code.
  9. The close class in the <div> element is missing a closing parenthesis ()) after display = 'none'.
  10. The myFunction JavaScript function is defined but not used.

These are the errors I found in the contact.html code.

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