Click to return to the DHTML, HTML     
external Object     FONT Element | FONT Objec...     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

FIELDSET Element | FIELDSET Object


Draws a box around the text and other elements that the field set contains.

HTML Syntax

<FIELDSET
    ALIGN= LEFT | CENTER | RIGHT
    CLASS=classname
    ID=value
    LANG=language
    LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT  | VBS 
    STYLE=css1-properties
    TITLE=text
    event = script
>

Remarks

This element is useful for grouping elements in a form and for distinctively marking text in a document.

The FIELDSET element has the same behavior as a window frame. Since window frames do not have scroll bars, assigning the overflow property a value of scroll will render it as if the value were hidden.

The FIELDSET element is a block element and requires a closing tag.

This element is available in HTML and script as of Microsoft® Internet Explorer 4.0.

Members

Styles



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.