I’m stuck here, please help
It is much better if you use the Ask for Help button for the step you are on because it will include your actual HTML in here. Looking at pics of code is not as helpful.
You appear to have two opening <label>
tags. One is in the right place and the other is in the middle of the <input>
tag, which is not allowed. Also. remember that a tag always starts with a <
and ends with a >
. You seem to have removed one of those on the <input>
tag. Finally, don’t forget to add the for
attribute on the <label>
.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.