definition list HTML

definition list HTML-

definition list HTML are primarily used for glossaries i.e. terms with definitions . The definition are always enclosed in <DL> and </DL> tag. It differs from other type of lists in that list items consists of two parts:

Definition term and definition description. The Definition term and definition description are represented by <DT> and <DD> tags respecitively. The closing </DT> and </DD> tags are optional.

for example:

                                              


output-

                                                                             







definition list HTML presents each term on a line with associated definition description beneath it. However, the exact arrangement of element may vary from browser to browser. you can also use other HTML elements inside the definition list. 

Post a Comment

0 Comments