Feedback Landing page

Hi
I’ve finished my landing page and I’d like to have some feedback .

Thank you

difficult to do if you don’t provide the link

Hey @PollyLopes
The video is not playing.
The test suite is not there

the video is set to autoplay, it’s playing on my mobile and in my laptop.
what can it be?
I set the script on the page now.
thank you for your comment :slight_smile:

the link is posted now.

The file is corrupted please check the video again or try another video

Your page looks good @PollyLopes. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Aside: the test script should be right before the closing body tag
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
    • You learned to do this when coding the survey form.
  • Do not use in-line styling. Keep all your styling external.
  • Make your page responsive. Remember, the R in RWD stands for Responsive.