Posts Tagged list

Effective Tips To Start Freelancing Without Getting Too Comfy

Tags: , , , , , ,

Essential CSS Lists Styling Techniques

Unordered/Ordered Lists

Unorderd lists are recommened to be used with a list of items where order is irrelevant. With unordered lists (and all lists actually) the W3C discourage authors from using lists purely as a means of indenting text. This is a stylistic issue and is properly handled by style sheets.
Ordered lists on the other hand are encouraged to be used when order matters for the list elements, example: A cooking recipe or turn-by-turn directions. For the examples in this article it is possible to substitute an ol for a ul or vice-versa. That choice is left to your discretion.

In it’s simplest form an ordered list or unordered list (referred to going forward interchangably as ‘a list’) would contain similar markup to the following:f9ea3 liboxmodel Essential CSS Lists Styling Techniques

Read the rest of this entry »

Tags: , , , , , , , ,