dl
В тег dl помещаются термины из dt и их описания из dd. Является одним из элементов в тройке dl, dt, dd, которые используются для создания списка определений. Внутрь тега dl помещается тег dt с названием термина, и тег dd с его описанием.
Пример:
Таблица 3×3
| Lorem ipsum dolor sit amet, consectetur adipisicing elit |
... |
... |
| ... |
... |
... |
| ... |
... |
... |
<table>
<caption>Таблица 3×3</caption>
<col/>
<tbody>
<tr>
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
</tbody>
</table>
Дети:
DD,
DT.
|
html 3.2 |
html 4.0 Frameset |
html 4.0 Loose |
html 4.0 Strict |
html 4.0.1 Frameset |
html 4.0.1 Loose |
html 4.0.1 Strict |
xhtml 1 Frameset |
xhtml 1 Strict |
xhtml 1 Transitional |
html5 |
| dd |
|
|
|
|
|
|
|
|
|
|
|
| dt |
|
|
|
|
|
|
|
|
|
|
|
Атрибуты:
accesskey,
class,
compact,
contenteditable,
contextmenu,
dir,
draggable,
hidden,
id,
lang,
onabort,
onblur,
oncanplay,
oncanplaythrough,
onchange,
onclick,
oncontextmenu,
ondblclick,
ondrag,
ondragend,
ondragenter,
ondragleave,
ondragover,
ondragstart,
ondrop,
ondurationchange,
onemptied,
onended,
onerror,
onfocus,
onformchange,
onforminput,
oninput,
oninvalid,
onkeydown,
onkeypress,
onkeyup,
onload,
onloadeddata,
onloadedmetadata,
onloadstart,
onmousedown,
onmousemove,
onmouseout,
onmouseover,
onmouseup,
onmousewheel,
onpause,
onplay,
onplaying,
onprogress,
onratechange,
onreadystatechange,
onscroll,
onseeked,
onseeking,
onselect,
onshow,
onstalled,
onsubmit,
onsuspend,
ontimeupdate,
onvolumechange,
onwaiting,
spellcheck,
style,
tabindex,
title,
xml:base,
xml:id,
xml:lang,
xml:space.
|
html 3.2 |
html 4.0 Frameset |
html 4.0 Loose |
html 4.0 Strict |
html 4.0.1 Frameset |
html 4.0.1 Loose |
html 4.0.1 Strict |
xhtml 1 Frameset |
xhtml 1 Strict |
xhtml 1 Transitional |
html5 |
| accesskey |
|
|
|
|
|
|
|
|
|
|
|
| class |
|
|
|
|
|
|
|
|
|
|
|
| compact |
|
|
|
|
|
|
|
|
|
|
|
| contenteditable |
|
|
|
|
|
|
|
|
|
|
|
| contextmenu |
|
|
|
|
|
|
|
|
|
|
|
| dir |
|
|
|
|
|
|
|
|
|
|
|
| draggable |
|
|
|
|
|
|
|
|
|
|
|
| hidden |
|
|
|
|
|
|
|
|
|
|
|
| id |
|
|
|
|
|
|
|
|
|
|
|
| lang |
|
|
|
|
|
|
|
|
|
|
|
| onabort |
|
|
|
|
|
|
|
|
|
|
|
| onblur |
|
|
|
|
|
|
|
|
|
|
|
| oncanplay |
|
|
|
|
|
|
|
|
|
|
|
| oncanplaythrough |
|
|
|
|
|
|
|
|
|
|
|
| onchange |
|
|
|
|
|
|
|
|
|
|
|
| onclick |
|
|
|
|
|
|
|
|
|
|
|
| oncontextmenu |
|
|
|
|
|
|
|
|
|
|
|
| ondblclick |
|
|
|
|
|
|
|
|
|
|
|
| ondrag |
|
|
|
|
|
|
|
|
|
|
|
| ondragend |
|
|
|
|
|
|
|
|
|
|
|
| ondragenter |
|
|
|
|
|
|
|
|
|
|
|
| ondragleave |
|
|
|
|
|
|
|
|
|
|
|
| ondragover |
|
|
|
|
|
|
|
|
|
|
|
| ondragstart |
|
|
|
|
|
|
|
|
|
|
|
| ondrop |
|
|
|
|
|
|
|
|
|
|
|
| ondurationchange |
|
|
|
|
|
|
|
|
|
|
|
| onemptied |
|
|
|
|
|
|
|
|
|
|
|
| onended |
|
|
|
|
|
|
|
|
|
|
|
| onerror |
|
|
|
|
|
|
|
|
|
|
|
| onfocus |
|
|
|
|
|
|
|
|
|
|
|
| onformchange |
|
|
|
|
|
|
|
|
|
|
|
| onforminput |
|
|
|
|
|
|
|
|
|
|
|
| oninput |
|
|
|
|
|
|
|
|
|
|
|
| oninvalid |
|
|
|
|
|
|
|
|
|
|
|
| onkeydown |
|
|
|
|
|
|
|
|
|
|
|
| onkeypress |
|
|
|
|
|
|
|
|
|
|
|
| onkeyup |
|
|
|
|
|
|
|
|
|
|
|
| onload |
|
|
|
|
|
|
|
|
|
|
|
| onloadeddata |
|
|
|
|
|
|
|
|
|
|
|
| onloadedmetadata |
|
|
|
|
|
|
|
|
|
|
|
| onloadstart |
|
|
|
|
|
|
|
|
|
|
|
| onmousedown |
|
|
|
|
|
|
|
|
|
|
|
| onmousemove |
|
|
|
|
|
|
|
|
|
|
|
| onmouseout |
|
|
|
|
|
|
|
|
|
|
|
| onmouseover |
|
|
|
|
|
|
|
|
|
|
|
| onmouseup |
|
|
|
|
|
|
|
|
|
|
|
| onmousewheel |
|
|
|
|
|
|
|
|
|
|
|
| onpause |
|
|
|
|
|
|
|
|
|
|
|
| onplay |
|
|
|
|
|
|
|
|
|
|
|
| onplaying |
|
|
|
|
|
|
|
|
|
|
|
| onprogress |
|
|
|
|
|
|
|
|
|
|
|
| onratechange |
|
|
|
|
|
|
|
|
|
|
|
| onreadystatechange |
|
|
|
|
|
|
|
|
|
|
|
| onscroll |
|
|
|
|
|
|
|
|
|
|
|
| onseeked |
|
|
|
|
|
|
|
|
|
|
|
| onseeking |
|
|
|
|
|
|
|
|
|
|
|
| onselect |
|
|
|
|
|
|
|
|
|
|
|
| onshow |
|
|
|
|
|
|
|
|
|
|
|
| onstalled |
|
|
|
|
|
|
|
|
|
|
|
| onsubmit |
|
|
|
|
|
|
|
|
|
|
|
| onsuspend |
|
|
|
|
|
|
|
|
|
|
|
| ontimeupdate |
|
|
|
|
|
|
|
|
|
|
|
| onvolumechange |
|
|
|
|
|
|
|
|
|
|
|
| onwaiting |
|
|
|
|
|
|
|
|
|
|
|
| spellcheck |
|
|
|
|
|
|
|
|
|
|
|
| style |
|
|
|
|
|
|
|
|
|
|
|
| tabindex |
|
|
|
|
|
|
|
|
|
|
|
| title |
|
|
|
|
|
|
|
|
|
|
|
| xml:base |
|
|
|
|
|
|
|
|
|
|
|
| xml:id |
|
|
|
|
|
|
|
|
|
|
|
| xml:lang |
|
|
|
|
|
|
|
|
|
|
|
| xml:space |
|
|
|
|
|
|
|
|
|
|
|
Браузерные стили
| Chrome |
dl { display: block; margin: 1em 0 1em 0; }
|
| firefox 3.6.3 |
dir dl { margin-bottom: 0; margin-top: 0; }
|
dl dl { margin-bottom: 0; margin-top: 0; }
|
dl { display: block; margin: 1em 0; unicode-bidi: embed; }
|
dl:focus { outline: 1px dotted; }
|
menu dl { margin-bottom: 0; margin-top: 0; }
|
ol dl { margin-bottom: 0; margin-top: 0; }
|
ul dl { margin-bottom: 0; margin-top: 0; }
|
| ie6, ie7 |
dl { display: block; margin-bottom: 19px; margin-top: 19px; }
|
| ie8 |
dl { display: block; margin: 1em 0; }
|
| opera 10.53 |
dl { display: block; margin: 16px 0; }
|
| safari 4.0.5 |
dl { display: block; margin: 1em 0 1em 0; }
|