abbr.date date;differential of time (symbol) time division (symbol);downtime downtime;dead time vacant time

html dt tag syntax

Function: Defines the items in the definition list (i.e., the term part).

Description: Defines the items in the definition list (i.e. the term part).

Note: All browsers support the <dt> tag.

html dt tag example

<html>

<body>

<h2>一个定义列表:</h2>

<dl>
   <dt>计算机</dt>
   <dd>用来计算的仪器 ... ...</dd>
   <dt>显示器</dt>
   <dd>以视觉方式显示信息的装置 ... ...</dd>
</dl>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance