Please help ! Product Landing Page Challenge

i have done 15/16 of the requirments but i can’t find the last 1.

and something else i can’t modify in the (#features .desc) it seems that it not responding to any changes !

here is the link : https://codepen.io/Dehna/pen/dyveZJE

Hi @Dehna !

Always make sure to read the full error message.

The #email input should have a name attribute

Hope that helps!

1 Like

@Dehna, as mentioned, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

Something else, your HTML code is a copy of the sample project. Make the project from scratch, with your own code, style and content. Don’t take code from the sample project.

  • The projects are not just another challenge. Each one is meant to be a significant step in your progress. Every project you do will require research, planning, trial and error, and strengthening your skills beyond what you gain from the incremental challenges.
  • The hardest part of coding is looking at a problem and coming up with a plan to solve that problem. Starting out by looking at someone else’s code completely bypasses that step.
1 Like

Hey @Roma yes i know it is a copy but i do study the sample page and then try to apply it at my pen but when i have an error i can’t find i try to copy and paste to see where the error at.
by the way where is that failing message appear ?

Where is that error message !?
Thanks @jwilkins.oboe i have been trying to find it for more than an hour :expressionless:

Unfortunately, that can lead to a serious dependency on copying tutorials and sample projects.

I haven’t been on the forum that long but I have seen quite a few people spend a year or more trying to learn how to code but not be able to build projects without copying large chunks of code or becoming dependent on tutorials.

I know it is hard to learn this stuff in the beginning but being able to research and ask questions while you are building the projects on stuff you don’t understand will make you a much stronger developer than copying samples. :grinning:

2 Likes

copying and pasting is not the way to find solutions. Also, you will be signing a Academic Honesty policy to claim your certificate and not having original code is a violation of that policy.

You’re doing yourself a disservice by not researching and finding solutions when there’s an error in your code.

You opened this topic saying 15/16 requirements were passing. You’ve also marked it as a solution and all tests are passing so you must have fixed it.

2 Likes

If you open up the test suite and read the full error message, it will be the second sentence.

Yes you are right @Roma i will delete and start from scratch myself.
thanks for your help :pray:

1 Like

Yes i will try again from scratch and do it on my own and with your help.
Thanks @jwilkins.oboe :pray:

2 Likes

A post was split to a new topic: Need help with survey form user stories