I have been searching for the list of tags that are available inside a <li></li> but couldn't find any reference.
Is it possible that any standards compliant HTML 4 + block is allowed in them ?
|
I have been searching for the list of tags that are available inside a Is it possible that any standards compliant HTML 4 + block is allowed in them ? |
|||
|
|
|
Long answer short: The HTML 4.01 Reference is usually quite easy to find with Google. It's the first hit when searching for "html 4". In the section about lists you'll find the extract of the DTD:
That show's |
|||||||||
|
|
Yup pretty much. You can have lists inside lists (either inside the |
|||
|
|
|
It's a block level element so pretty much anything goes. Trouble only comes when you're putting block level elements inside inline ones. |
|||||||
|
|
You can use the W3C's Markup Validation Service to test against your cases to know whether or not your markup is valid.
|
|||
|
|