Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML fieldset definition

Browser support
IEFFOpSaf
FullFullNoneFull

Type: block-level element

Syntax

<fieldset> ... </fieldset>

Description

The fieldset element draws a box around its containing elements.

Attributes

 

Attribute Description
align

Deprecated. Specifies the alignment of the legend of the fieldset. The following values are valid:

  • top
  • bottom
  • left
  • right

Common attributes.

Example

[Try this example yourself]
<fieldset>
  glubase<br>
  .com
</fieldset>

Output

glubase
.com
  • Comments

No comments added.