HTML di element
From Web Design and Programming
(Redirected from Di)
This element is only documented in the successor of XHTML 1.0: XHTML 2.0. It is used to group certain DT and DD elements that belong with eachother. Because of the current state of the XHTML 2.0 specification this element has not yet been implented by any popular user agent.
[edit] Usage
Use it like this:
<dl> <di> <dt>HTML</dt> <dd>A Markup language used to create web pages and is derived from SGML</dd> </di> <di> <dt>CSS</dt> <dd>A Stylesheet language commonly used with HTML to change presentation globally.</dd> </di> </dl>
This HTML article is a stub. You can help by expanding it.
