Home > Article > Web Front-end > What does dl in html mean?
The dl tag of
html defines the definition list. The [5c69336ffbc20d23018e48b396cdd57a] tag is used to combine [73de882deff7a050a357292d0a1fca94] and [67bc4f89d416b0b8236eaa5f43dee742]. The code is [73de882deff7a050a357292d0a1fca94computereb24fd95d3eb75652009dccb02dcfa5b67bc4f89d416b0b8236eaa5f43dee742The instrument used for calculation... ...82e295699cff932a4d4dabba39074c35].
The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer.
Definition and usage
##5c69336ffbc20d23018e48b396cdd57a The tag defines the definition list.
5c69336ffbc20d23018e48b396cdd57a The tag is used to combine 73de882deff7a050a357292d0a1fca94 (defines the item in the list) and 67bc4f89d416b0b8236eaa5f43dee742 (describes the item in the list).
Examples
<dl> <dt>计算机</dt> <dd>用来计算的仪器 ... ...</dd> <dt>显示器</dt> <dd>以视觉方式显示信息的装置 ... ...</dd> </dl>
Related learning recommendations:
The above is the detailed content of What does dl in html mean?. For more information, please follow other related articles on the PHP Chinese website!