Skip to content

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