This article goes into depth in the usage of definition lists, perhaps an underused bit of HTML syntax. When are <dl>’s appropriate, what are their downsides, and how do they affect SEO?
Source: www.maxdesign.com.au
This article goes into depth in the usage of definition lists, perhaps an underused bit of HTML syntax. When are <dl>’s appropriate, what are their downsides, and how do they affect SEO?
Source: www.maxdesign.com.au
4 Comments
very useful … :)
Flag as inappropriatevery useful, but we have a better alternate called UL-OL (ordered and unordered list)…
Flag as inappropriateYou don’t get it. dl, ul and ol are not alternatives of each other. Each of them has its own reason to use.
Flag as inappropriateI agree, and are great in their own right!
Flag as inappropriateThe tag is used to create an ordered list, which can be numerical or alphabetical.
However the definition list is used in a very different way, working more on the depandancy and relationship between the list itself and the title.
The other advantage to definiation lists is that you can embed it within a ul/ol allowing you to not only explain list items, but also giving you greater CSS control over dynamically generated content without using classes or ID’s.