fieldset-list-item-ref.html (216B)
1 <!doctype html> 2 <title>Reference for fieldset and dipslay: list-item</title> 3 <style> 4 fieldset { margin: 0 40px; } 5 </style> 6 <p>There should be no bullet points below.</p> 7 <fieldset> 8 <legend>X</legend> 9 </fieldset>