Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284
.
Challenge: Build a Product Landing Page
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us what’s happening section.
The more information you give us, the more likely we are to be able to help.
Hey @BigBabyBoy you have not mentioned what seems to be the problem so i assume it is the test that you are failing in the test suit. To fix that add name
attribute to the #email
.
Hi @BigBabyBoy !
As mentioned, you need to add the name attribute to the email input like this.
<input name="email" id="email" type="email" placeholder="Enter Your Email Address" required>
<input id="submit" type="submit" value="submit">
thanks man i finally got it