Heading position confusing

I created an input label and when I want to write on top of it, it just transforms to the next element. I tried with (br) but still couldn’t figure it out.

@Puffy ,

You are wrapping the <input> tag inside the <label> tag.

Close the <label> before the input tag.

You have done it correctly for the name field. Kindly do the same for others.

Hope that helps

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.