Specifically:
<!ELEMENT DT - O (%inline;)*           -- definition term -->

Pity : \
So... best two solutions, i think:

<h1>Title</h1>
<ul>
  <li>Item</li>
  <li>Item</li>
</ul>

and

<dl>
  <dt>Title</dt>
  <dd>Item</dd>
  <dd>Item</dd>
</dl>

or with STRONG

<dl>
  <dt><strong>Title</strong></dt>
  <dd>Item</dd>
  <dd>Item</dd>
</dl>

--
С уважением, pepelsbey.

http://pepelsbey.net

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to