Lists and Tables
๐ Instructions
HTML lists can be ordered (<ol>) or unordered (<ul>), with items marked by <li>. Tables use <table>, <tr>, and <td>. Create a shopping list using an unordered list.
HTML lists can be ordered (<ol>) or unordered (<ul>), with items marked by <li>. Tables use <table>, <tr>, and <td>. Create a shopping list using an unordered list.