![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Bullet Lists</title> </head> <body> Grocery List (Unordered List) <ul> <li>Bread</li> <li>Milk</li> <li>Butter</li> </ul> <br> ToDo List (Ordered List) <ol> <li>Oil Change</li> <li>Bank</li> <li>Grocery Store</li> </ol> </body> </html>