View Full Version : What is a Fieldset in HTML ?
pihu147741
07-22-2019, 01:06 AM
Hello friends,
What is a Fieldset in HTML ?
Neo_5678
07-22-2019, 02:04 AM
The <fieldset> tag is used to group related elements in a form. The <fieldset> tag draws a box around the related elements.
HosTechS
07-22-2019, 02:27 AM
Fieldset in HTML is a way to group similar fields together. It helps you to categorize your forms sections. Assuming you are developing a school registration form, you may want to take details about the student's personal life as in hobby and others, this can be done by grouping the related form fields into a section where they would have the same title. But all the sections would belong to the same form.
dennis123
07-22-2019, 03:38 AM
The HTML <fieldset> tag is used for grouping related form elements. By using the fieldset tag and the <legend> tag, you can make your forms much easier to understand for your users. You can also do things like, disable all child elements within a <fieldset> .
RH-Calvin
07-22-2019, 03:43 AM
The <fieldset> tag is used to group related elements in a form. The <fieldset> tag draws a box around the related elements.
rais_26
07-22-2019, 04:07 AM
The Fieldset tag is used to group related elements in a form.
chetna
07-26-2019, 03:05 AM
The HTML fieldset element is used to group several controls as well as labels (label) within a web form.
kajol
07-26-2019, 03:07 AM
it is used to group the element
Lukedawn
07-26-2019, 04:05 AM
used to group related elements in a form and draws a box around the related elements.
bmINDIA
07-26-2019, 05:02 AM
The information is really useful thanks
rajverm0364
07-26-2019, 06:02 AM
To group similar element in a form ,The <fieldset> tag is used so that it will group them all.
The fieldset tag can be used to create boxes around selected elements and the legend tag will give a caption to those elements.
yuva12
07-29-2019, 09:47 AM
A fieldset (a container for a group of elements in a form) width can be whatever you want it to be. You'll set the width in CSS of course.
anirban09P
08-21-2020, 12:29 AM
What is a Fieldset in HTML ?
sophiawils59
08-22-2020, 04:31 AM
It is used to group related elements in a form.
swaroop97
08-25-2020, 05:50 AM
The HTML <fieldset> element is used to group several controls as well as labels ( <label> ) within a web form
yuva12
08-26-2020, 10:22 AM
The HTML <fieldset> element is used to group several controls as well as labels ( <label> ) within a web form.
juliaalan
08-27-2020, 06:15 AM
The <fieldset> tag in HTML5 is used to make a group of related elements in the form and it creates the box over the elements. The <fieldset> tag is new in HTML5.
Syntax:
<fieldset> Contents... </fieldset>
Oryon Networks (http://www.oryon.net) | Singapore Web Hosting (http://www.oryon.net) | Best web hosting provider (http://www.oryon.net) | Best web hosting in SG (http://www.oryon.net) | Oryon SG (https://blog.oryon.net/)
swaroop97
08-28-2020, 07:20 AM
The HTML <fieldset> element is used to group several controls as well as labels ( <label> ) within a web form
shimarhussain12
09-09-2020, 04:27 AM
The HTML <fieldset> element is used to group several controls as well as labels ( <label> ) within a web form.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.