toplisek
11-06-2009, 02:18 AM
code like:
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
Is this compatible to browsers to be used or is too modern code?
Is this better than using standard DIV? benefits...
URL is like:
http://www.w3schools.com/TAGS/tag_dd.asp
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
Is this compatible to browsers to be used or is too modern code?
Is this better than using standard DIV? benefits...
URL is like:
http://www.w3schools.com/TAGS/tag_dd.asp