Please provide feedback for my Product Landing Page

Hi, all! I think I’m finished with this. Can anyone provide feedback?

https://codepen.io/wannacode/pen/oNWzPBm

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

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address. (do you understand why you get the error message regarding the p element? something you should research)
    • Since copy/paste from codepen you can ignore the first warning and first two errors.

Okay, I think I got it now. However, the embedded YouTube stuff is throwing some error in the chrome console, like so:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

In Firefox, it’s throwing something like this:

Feature Policy: Skipping unsupported feature name *****

where ***** is among the attributes of the iframe.

The chrome console message: ‘failed to load…’, I googled and found something related to adblocking extension, the Firefox one I’m not sure. Are these errors/warnings something to be concerned about?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.