0
Bug in the answers checking algorithms?
Ok that’s very irritating. I lost all my hearts on it. HTML course, forms lesson. The question is, which value of the type attribute is used for a password field? I tried: password “password” type=“password” But in the result it always says “not quite” and takes my heart. I don’t have a possibility to check it with AI, that’s why I am asking it here. What is the correct answer???! Whatever it is, it’s stupid and must be fixed, because ALL of the above mentioned variants ARE acceptable!!!
3 Respuestas
0
Danylo Dots did you by chance try
text
Or
"text" if the quotes are not available as ___
Yes, typically use
type= "password"
but by default
type= "text"
could be used.
Without being able to see the actual question and structure of the question
0
It’s not even fair, because in the lesson itself they say and give a code example where it is specifically stated that the password field has type of a “password”. Why on Earth should I answer “text” after that?
0
I just need the devs to see this and fix it.