go to  ForumEasy.com   
JavaPro  
 
 
   Home  |  MyForum  |  FAQ  |  Archive    You are not logged in. [Login] or [Register]  
Forum Home » Web Design & Implementation » fieldset -- to group a set of field
Email To Friend  |   Set Alert To This Topic Rewarding Points Availabe: 0 (What's this) New Topic  |   Post Reply
Author Topic: fieldset -- to group a set of field
WebSpider
member
offline   
 
posts: 147
joined: 06/29/2006
from: Seattle, WA
  posted on: 11/24/2008 08:39:43 PM    Edit  |   Quote  |   Report 
fieldset -- to group a set of field
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>


 Profile | Reply Points Earned: 0

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