How to nest fieldset?

I use one more fieldset just after legend element but its still showing some error

Hello, Can you post your code and the link to the step? It is difficult to help you without your code.

The topic heading shows you want to know how to nest a fieldset.
I will give you an example:

<label>
  <fieldset>
  </fieldset>

  <fieldset>
  </fieldset>
</label>

Here you can say that the fieldset is nested in a label element. The fieldsets here are sometimes referred as children. They are nested within their parent(the label element).

still i don’t get it

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