Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which HTML element correctly associates a label with an input?

  1. A <label for="email"> with <input id="email">
  2. B <label name="email">
  3. C <input label="email">
  4. D <span class="label">
Answer

<label for="email"> with <input id="email">

The for attribute must match the input's id. This makes the label clickable and ensures screen readers announce the field correctly.

All Front end Development MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as