msgbartop
Clean cut, oder free, poor speller
msgbarbottom

05 Jan 12 Obscure Tags

Ever used the definition list tag?  Me neither, yet it’s fully supported in all the browsers.

  1. <dl>
  2.   <dt>Coffee</dt>
  3.     <dd>- black hot drink</dd>
  4.   <dt>Milk</dt>
  5.     <dd>- white cold drink</dd>
  6. </dl>

turns into this:

Coffee
- black hot drink
Milk
- white cold drink

From w3schools: “ The <dl> tag defines a definition list. The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list).”

Well now i’ve used it.

 

Comments are closed.