html dd tag


  Translation results:

dono dedit <La>Give as a gift

html dd tagsyntax

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

Description: NONE

Notes: All browsers support the <dd> tag.

html dd tagexample

<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

Home

Videos

Q&A