Definition Lists
HTML Definition Lists HTML definition lists define list items having the structure of terms and their corresponding definitions. These types of lists are used to define a listing structure where each list item (data term) contians its corresponding explanation (definition description). The <dl> tag supports almost all browsers. It also supports the global attributes and event attributes. It […]