I need to display some data in an HTML page in a three-column, tabular, enumerated environment, like this:
1. elephant animal a large animal that
eats leaves
2. fish animal an animal that
swims in the ocean
3. cactus plant a plant that lives
in dry places
- No horizontal or vertical rules are necessary.
- Each piece of data is in a left-aligned "box", so if any text needs to wrap, it still stays in its column.
Is there a clean HTML or CSS solution for presenting enumerated tabular environments?