<dd> Label
Definitions and usage
<dd> label defines a description of the item in a definition list.
Differences between HTML 4.01 and HTML 5
No。
<dl>
<dt>Coffee</dt>
<dd>black Hot drink</dd>
<dt>Milk</dt>
<dd>white Cold drink</dd>
</dl>
Property
Standard properties
Class, Contenteditable, ContextMenu, dir, draggable, id, Irrelevant,lang, ref, Registrationmark, TabIndex, template, For a complete description of the title, please visit the standard properties in HTML 5.
Event Properties
Onabort, onbeforeunload, onblur, onchange, onclick, OnContextMenu, ondblclick, Ondrag, Ondragend, OnDragEnter, Ondraghttp://www.aliyun.com/zixun/aggregation/29841.html ">leave, OnDragOver, ondragstart, OnDrop, OnError, onfocus, onkeydown, onkeypress, onkeyup, onload, OnMessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup , OnMouseWheel, OnResize, Onscroll, Onselect, onsubmit, onunload for a complete description, please visit the event properties in HTML 5.
Tiy instance
Definition List
<html>
<body>
<h2> a definition list:</h2>
<dl>
<dt> Computer </dt>
<dd> instruments for computing ... ...</dd>
<dt> Monitor </dt>
<dd> devices for visually displaying information ... Wind Network (www.ithov.com) ...</dd>
</dl>
</body>
</html>
This example shows a list of definitions.