Mobile app version of vmapp.org
Login or Join
Eichhorn148

: Html tag for grouping forms? I thought I remember seeing this somewhere but maybe not. Isn't there an HTML tag for grouping forms similar to the tag for grouping headers? so for example:

@Eichhorn148

Posted in: #Forms #Html

I thought I remember seeing this somewhere but maybe not.

Isn't there an HTML tag for grouping forms similar to the tag for grouping headers?

so for example:

<fgroup>
<form>
<!-- misc. data -->
</form>
<form>
<!-- misc. data -->
</form>
</fgroup>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

Maybe you're thinking of the fieldset tag?
There's nothing to group entire forms.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme