I’ve checked for extra spaces between my code, and capitalization. I even looked at the next step to see where I was making a mistake and my code is identical to what is given as correct in the next step. I even copied the correct code from the next step into the previous step and still got the same error. What’s going on?
**Your code so far**
<fieldset>
<label>Enter Your First Name: <input /></label>
<label>Enter Your Last Name: <input /></label>
<label>Enter Your Email: <input /></label>
<label>Create a New Password: <input /></label>
</fieldset>
Error given:
Test
Sorry, your code does not pass. Keep trying.
Hint
You should add the third input after the label text Enter Your Email: , and include a space after the colon.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Yeah, I really didn’t think it would make a difference and used it as a “heck why not, this is weird” sort of solution. I suppose doing this on Chrome is indeed the way to go from now.
Thanks it Worked for me also thanks for the help I think firefox engine or any extension I install is interfaring with the code that happens alot
Forced to use Chrome
I also noticed that the input field is inline in chrome but on second line in firefox