FIELDSET Element | FIELDSET Object

MS Office 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!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.