From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/html/element%2Fdt.html | 63 ------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 devdocs/html/element%2Fdt.html (limited to 'devdocs/html/element%2Fdt.html') diff --git a/devdocs/html/element%2Fdt.html b/devdocs/html/element%2Fdt.html deleted file mode 100644 index b2f864d6..00000000 --- a/devdocs/html/element%2Fdt.html +++ /dev/null @@ -1,63 +0,0 @@ -

<dt>: The Description Term element

-

The <dt> HTML element specifies a term in a description or definition list, and as such must be used inside a <dl> element. It is usually followed by a <dd> element; however, multiple <dt> elements in a row indicate several terms that are all defined by the immediate next <dd> element.

The subsequent <dd> (Description Details) element provides the definition or other related text associated with the term specified using <dt>.

-
-

Try it

-
-

Attributes

-

This element only includes the global attributes.

-

Examples

-

For examples, see the examples provided for the <dl> element.

-

Technical summary

-
Content categories None.
Permitted content Flow content, but with no <header>, <footer>, sectioning content or heading content descendants.
Tag omission The start tag is required. The end tag may be omitted if this element is immediately followed by another <dt> element or a <dd> element, or if there is no more content in the parent element.
Permitted parents A <dl> or (in WHATWG HTML, W3C HTML 5.2 and later) a <div> that is a child of a <dl>.
This element can be used before a <dd> or another <dt> element.
Implicit ARIA role No corresponding role
Permitted ARIA roles listitem
DOM interface HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.
-

Specifications

-
- - -
Specification
HTML Standard
# the-dt-element
-

Browser compatibility

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
dt1121Yes15≤44.418414≤3.21.0
-

See also

-
-

- © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt -

-
-- cgit v1.2.3