Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Fieldset:-

<fieldset> tag का use एक form में related element को समूहित करने के लिए किया जाता है। <fieldset> related element के आस पास एक box draws करता है।

<fieldset>……</fieldset>

Legend

यह टैग फ़ील्डसेट element के लिए एक कैप्शन को defines करता है।

<fieldset>

     <legend>…….</legend>

</fieldset>

 

Fieldset

This creates a box around the related form controls.

<fieldset>……</fieldset>

Legend

This tag defines a caption for the fieldset element.

<fieldset>

     <legend>…….</legend>

</fieldset>

error: Content is protected !!