go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  fieldset -- to group a set of field
 
Subject: fieldset -- to group a set of field
Author: WebSpider
Posted on: 11/24/2008 08:39:43 PM

You can group your data by drawing a border with a caption around them.

<html>
  <body>

    <FIELDSET>
      <LEGEND>Health information:</legend>
      <form action="">
        Height <input type="text" size="3" />
        Weight <input type="text" size="3" />
      </form>
    </fieldset>

  </body>
</html>





References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.