Top "Html-lists" questions

Used for ordered and unordered lists and their list items in HTML, and also any list styles applied to them.

Is it possible to specify a starting number for an ordered list?

I have a ordered list where I would like the initial number to be 6. I found that this was supported (…

html css html-lists
<ol> with numbers another color

<ol> <li>test</li> <li>test</li> </ol> …

html css colors html-lists
How to semantically provide a caption, title or label for a list in HTML

What is the proper way to provide a semantic caption for an HTML list? For example, the following list has …

html html-lists semantic-markup
Can I use CSS to add a bullet point to any element?

Pretty simple question, but I am not sure if it is possible. I want to add an image to act …

html css css-selectors html-lists listitem
Can you style ordered list numbers?

I'm trying to style the numbers in a ordered list, I'd like to add background-color, border-radius and color so they …

html css html-lists sprite
Get Clicked <li> from <ul onclick>

As a relative beginner with JS, I am struggling to try and find a solution to this. I need to …

javascript html html-lists
what is this bullet point <li> not showing up with circles?

I'm trying to show some bullet point list circles on my webpage, but it doesn't seem to show, and I …

html css html-lists
Target first level <li>s and not the nested <li>s

I have the following HTML: <ul> <li>A <ul> <li>subsection</…

jquery css html-lists
How do I render <li> side-by-side?

I'm looking to create a navigation menu with list items rendered in one line. How do I do this?

html css html-lists
Use &middot; instead of bullet for <ul>

I found an article on the list-style-type property in CSS, but it doesn't list the &middot; (·) as an option, …

html css html-lists