I would like to know what is the correct way (semantically) to build a page for listing something like users, products, articles, etc.
What is semantically correct? Listing items using the ul/ol
tags or div
tags?
The purpose of the page is to list something. So, I guess ul/ol
should be used. On the other side, these lists aren't navigational menus or somekind of list of related items.
So, what's your opinion about this?