Notes
  1. Round borders around the fieldsets!
  2. <LABEL> tag pointing to fields with FOR clause
<LEGEND> - Plain My first little fieldset
 <FIELDSET>
  <LEGEND>&lt;LEGEND&gt; - Plain </LEGEND>
  My first little fieldset
 </FIELDSET>
<LEGEND> - Rounded
My second little fieldset
 <FIELDSET>
  <LEGEND>
   <FIELDSET><B>Rounded</B> <FIELDSET> inside a <LEGEND> </FIELDSET>
  </LEGEND>
  My second little fieldset
 </FIELDSET>
<LEGEND> - Style My third little fieldset
 <FIELDSET>
  <LEGEND STYLE="{border: 4 double red; background: #000000; color: cyan; text-align: center; padding: 3px;">
    &lt;LEGEND&gt; - Style
  </LEGEND>
  My third little fieldset
 </FIELDSET>
<FIELDSET> - Style 1 My fourth little fieldset with some style
<FIELDSET  STYLE="border: 4 double #FF0000; padding: 5px;">
  <LEGEND CLASS=legend1>
    &lt;FIELDSET&gt; - Style 1
  </LEGEND>
  My fourth little fieldset with some style
 </FIELDSET>
<FIELDSET> - Style 2 My fifth little fieldset with some style
<FIELDSET  STYLE="border-width: 10 40 20 30; padding: 5px;">
  <LEGEND CLASS=legend1>
    <FIELDSET> - Style 2
  </LEGEND>
   My fifth little fieldset with some style
  </FIELDSET>
<FIELDSET> - Style 3 My sixth little fieldset with some style
<FIELDSET STYLE="border-color: #C0C0C0; border-width: 10 40 20 30; padding: 5px; border-style: solid double inset ridge;">
  <LEGEND CLASS=legend1>
    <FIELDSET> - Style 3
  </LEGEND>
   My sixth little fieldset with some style
  </FIELDSET>
My Data Note: The Label tags here:
<LABEL ACCESSKEY="i" FOR="FirstName" >F<U>i</U>rst Name </LABEL>
<INPUT ID="FirstName" />
Address:

 <FIELDSET>
  <LEGEND>My Data</LEGEND>
  Note: The Label tags here:;
  <DIV CLASS=micro><LABEL ACCESSKEY="i" FOR="FirstName" >F<irst Name </LABEL>
  <INPUT ID="FirstName" />
  </DIV>

 <TABLE BORDER=1>
  <TR><TD><LABEL ACCESSKEY="i" FOR="FirstName" >F<U>i</U>rst Name </LABEL></TD><TD><INPUT ID="FirstName"  /></TD></TR>
  <TR><TD><LABEL ACCESSKEY="a" FOR="FamilyName">F<U>a</U>mily Name</LABEL></TD><TD><INPUT ID="FamilyName" /></TD></TR>
 </TABLE>

 <FIELDSET>
  <LEGEND STYLE='font-size: 8pt;'>Address:</LEGEND>
   <TABLE BORDER=1>
    <TR><TD><LABEL FOR="House"     ACCESSKEY="H">House    </LABEL></TD><TD><INPUT ID="House"   /></TD></TR>
    <TR><TD><LABEL FOR="Street"    ACCESSKEY="S">Street   </LABEL></TD><TD><INPUT ID="Street"  /></TD></TR>
    <TR><TD><LABEL FOR="City"      ACCESSKEY="C">City     </LABEL></TD><TD><INPUT ID="City"    /></TD></TR>
    <TR><TD><LABEL FOR="Zip"       ACCESSKEY="Z">Zip      </LABEL></TD><TD><INPUT ID="Zip"     /></TD></TR>
    <TR><TD><LABEL FOR="Country"   ACCESSKEY="y">Country  </LABEL></TD><TD><INPUT ID="Country" /></TD></TR>
   </TABLE>
  </FIELDSET>
 </FIELDSET>
 
  
<LEGEND> בעברית FIELDSET/LEGEND בעברית

Experiment with Paragraph content (NOT available in IE) content within <STYLE> allows text to be generated using css styles