dono dedit <La>Give as a gift

html dd tag syntax

Function: Definition part of the definition entry in the definition list.

Description: NONE

Notes: All browsers support the <dd> tag.

html dd 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