<legend>表單集合的標題</legend>

屬性 說明(值)
align 設定文字靠左,置中,靠右對齊(left,center,right)
class 設定標籤的類別名
id 設定標籤的id
language 設定描述語言如:vbscript,javascript,jscript
style 設定行內的樣式表
實例說明
<fieldset>
    <legend>我最愛的單元</legend>
        <form id=form1>
             <input type=checkbox>HTML<br>
             <input type=checkbox>CSS<br>
             <input type=checkbox>DHTML<br>
             <input type=checkbox>SCRIPT<br>
        </form>
</fieldset>