can anyone explain me <fieldset><legend> tags briefly . I am not Good in HTML and CSS so can any one guide me please.

Recommended Answers

All 5 Replies

Maybe an example will do

<fieldset>
<legend>Daniweb in a nutshell</legend>
<p>About Daniweb About Daniweb About Daniweb About Daniweb About Daniweb</p>
</fieldset>

Fieldsets are normally used to group contents of some type, for example forms

Maybe an example will do

<fieldset>
<legend>Daniweb in a nutshell</legend>
<p>About Daniweb About Daniweb About Daniweb About Daniweb About Daniweb</p>
</fieldset>

Fieldsets are normally used to group contents of some type, for example forms

<html>
<body>
<img src="jin.jpg"height="15%"width="5%"align="center">
<font size="70"color="pink"face="tahoma">JIN</font>
 
      <fieldset>
   
      <legend>Daniweb in a nutshell</legend>


      </fieldset>
<hr width="20%"align="left">
</body>
</html>

I am using same coding in my source code but concept of these tag is still not clear in my mind ,, please ll u please define it a little bit more. I know about frames but these both tags are seen by me very 1st tym on this site .

Maybe an example will do

<fieldset>
<legend>Daniweb in a nutshell</legend>
<p>About Daniweb About Daniweb About Daniweb About Daniweb About Daniweb</p>
</fieldset>

Fieldsets are normally used to group contents of some type, for example forms

yes now I got your point ,,, dear frind see my code n plzz run it

<html>
  <body>
   <img src="jin.jpg"height="15%"width="5%"align="center">
    <font size="70"color="pink"face="tahoma">JIN</font>
 
      <fieldset>
         <legend>lakodajin in a nutshell
         </legend>
      </fieldset>
       <br>
 
      <fieldset>
         <legend>lakodajin in a nutshell
         </legend>
      </fieldset>
    <hr width="20%"align="left">
  </body>
</html>

dear now tell me what are attributes of this tag??? I properly understand the purpose of these tags but I wana use them more

They are intended to separate parts of forms.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.