HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML fieldset Tag

HTML fieldset Tag

 

 

The fieldset tag is used to group related elements in a form.  It draws a box around the related elements.

 

Attribute Explanation:-

 

Attribute Value Description
disabled disabled Specifies that group of related form elements should be disabled.
form form_id Specifies which form fieldset belongs to.
name text Specifies name for fieldset.

 

Syntax:-

 

Its syntax is:- < fieldset >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML