******************************** Explainer: foundation-collection ******************************** Background ========== A collection represents a group of items. A concept of collection is one of the most frequently used concept in a UI. For example, a starting point to implement a CRUD pattern is usually done by listing the available items. In HTML, in order to represent the collection, it can be done in many ways. One of them is ``