Ever used the definition list tag? Me neither, yet it’s fully supported in all the browsers.
turns into this:
From w3schools: “ The <dl> tag defines a definition list. The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list).”
Well now i’ve used it.