I don't see why these are all split up. Separately, they don't really make any difference. In general, we're talking about "HTML Lists" and not an ordered or unordered list specifically. Whether or not it is ordered or unordered tends to make no difference with the questions, since oftentimes it's a CSS-related question about lists, which all use list-style and its sub-properties, or about nested lists, which aren't specific to either one (and usually get tagged along with nested-lists).
Going of the idea of being an expert in the tag, if you are an expert in any one of them you'd most definitely be an expert in all of them. A list item is part of a list, so there's definitely no point in having that separate tag. I propose that all of these tags be merged and/or synonymized into one single tag html-lists (which makes most sense to cover them all). The tags that currently exist:
li × 423
ul × 382
unordered-list × 118
html-lists × 82
ordered-list × 66
Note: list and listitem are not related to this, although a few HTML list questions have used them.
It'd be preferable that synonyms be created for these so that users typing in "ul", "ol", or "li" can easily find the correct tag.
Update: I have gotten the tags to a place where unordered-list and ordered-list are currently suggested as synonyms of html-lists, but now we need either 4 people who have 5 votes in that tag or a moderator to push them through. I've also been going through the list of questions that are tagged with both html and list and converting to the correct tag.
ul, and the results are worthless. Search for[ul]and you're getting somewhere. How the heck is a newbie supposed to know that he should search fornested-listswhen he thinks that his problem is about<ul>elements? – Awesome Poodles Feb 25 '12 at 22:57[ul]would search for[html-lists]. It's pretty easy to find questions specifically about<ul>from the titles, and there are very few scenarios where they'd need to find a question specifically about unordered lists. – animuson Feb 25 '12 at 22:58