Click to See Complete Forum and Search --> : Why do we use <ul>/<li> for page layout (namely navigation)


Funny Guy
02-04-2010, 09:40 AM
Just wondering. To me it feels like clunky formatting. I just use floated DIVs for my navigation bars, but I see a lot of people using lists. Is there any specific reason why?

Fang
02-04-2010, 10:30 AM
Semantics. Navigation is a list of links. Screen readers can also say that a list appears in the document.
div has little or no semantic meaning.