Property list
Used to show the properties of a single item.
Introduction
<dl>(Description List): This is the main container for the entire list. Always usegrid grid-cols-[30%_1fr] gap-y-sm gap-x-m<dt>(Description Term): This tag defines the term or lable within the list. Should be right aligned<dd>(Description Details): This tag provides the description or value for the preceding<dt>term. Should be left aligned