What is the best way to provide a caption for an HTML list? E.g
Fuit
- Apple
- Pear
- Orange
How should the word "fruit" be handled, particularly if I want it to be semantically associated with the list itself?
|
|
What is the best way to provide a caption for an HTML list? E.g Fuit
How should the word "fruit" be handled, particularly if I want it to be semantically associated with the list itself?
|
|||
|
|
|
|
While there is no caption or heading element structuring your markup effectively can have the same affect. Here are some suggestions: Nested List
Heading Prior to List
Definition List
|
||||||
|
|
|
As far as I know, there are no provisions in current HTML specs for providing a caption for a list, as there are with tables. I'd stay with using either a classed paragraph, or a header tag for now.
In the future, when HTML5 gains wider adoption, you will be able to use the See this post on the W3C mailing list for more information. |
||
|
|
|
|
There is no caption-like tag for a list like a table has. So I'd just give it an |
||
|
|