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