HTML offers 3 types of lists as such: the ordered (numbered) list, the unordered (bullet) list and the (lesser known) Description List. In the Codepen below I have created 3 Description Lists. The first definition list is the default with no styling, the second has minimal CSS styling and the third uses Javascript to toggle the definitions of the terms.
See the Pen HTML definition list by David Fox (@foxbeefly) on CodePen.
References:
- https://www.w3schools.com/tags/tag_dl.asp
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl