5 lines
161 B
HTML
5 lines
161 B
HTML
<!DOCTYPE html>
|
|
<p>Fieldset should contain a green div spanning the width.
|
|
<fieldset>
|
|
<div id="child" style="background:green; height:10px"></div>
|
|
</fieldset>
|