We usually use the <ul><li> tags, but the dd and dt tags are also quite good, especially when publishing programs, you can use it to type the list of function modules or other functions.
<dl>< /dl>< dt>< /dt>< dd>< /dd>
<dl></dl> is used to create a normal list, <dt></dt> is used to create the upper-level project in the list, <dd></dd> is used to create the lowest-level project in the list, and both <dt></dt> and <dd></dd> must be placed between the <dl></dl> flag pairs. Take a look at the example below and you will understand:
dl -define list-Definition list
dt -define list title- is used to generate the titles that define each list item in the list. Repeat the titles that can define multiple list items.
dd-define list define- Used to generate an explanatory field that defines each list item in the list. Repeated use can define multiple explanatory fields. dd is a brief description or solution for corresponding dt
example:
Copy the code