What is the HTML tag for an item in a bulletted list? code example Example: ui and li in html <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>