This is an old revision of the document!
</body> tag) <h2>Checklist</h2>
<ul>
<li>100g flour</li>
<li>2 eggs</li>
<li>300ml milk</li>
</ul>
<li> tag, but in front of the text. <li><input type="checkbox" name="flour">100g flour</li>
<li><input type="checkbox" name="eggs">2 eggs</li>
<li><input type="checkbox" name="milk">300ml milk</li>
type="checkbox".name="flour".ul {
list-style-type: none;
}
list-style-type defines the type of bullet or number in front of your list items. 'none' removes bullets and numbers entirely.