[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
HTMLSPEC-FIELDSET

Fieldset

Usage

Used to group related form input controls into a group or division.

Attributes

None

Code Tip

When specifying a form fieldset, always provide a form legend using the <legend> element so the visitor knows exactly what kinds of data the fieldset contains.

Live Example

<html>
<head><title>Fieldset Form Document Example</title></head>
<body>
<form method="post" action="http://www.this.com/bin/processForm.php">
<fieldset>
<input type="text" name="box1" value="box1">
<input type="text" name="box2" value="box2">
<input type="text" name="box3" value="box3">
</fieldset>
</form>
</body>
</html> 


HTML Tags Center

last edited (April 12, 2004) by leeos, Number of views: 1321, Current Rev: 4 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.