1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18

content / test / data / accessibility / html / fieldset.html [blame]

<!DOCTYPE html>
<html>
<body>

<form>
 <fieldset>
  <legend>Browser Engines:</legend>
 </fieldset>
</form>

<fieldset>
    <legend>
        <h2>Which cake do you prefer?</h2>
    </legend>
</fieldset>

</body>
</html>