Can someone provide a link to a document that has all HTML (preferably HTML5) nesting rules?
For example: you can't put a <div> inside a <p>.
Thanks!
|
Can someone provide a link to a document that has all HTML (preferably HTML5) nesting rules? For example: you can't put a Thanks! |
|||||||||
|
|
See the HTML 5 specification. Take, for example, the p element. The Content Model will tell you what it can contain. In this case: "Phrasing content.", which links to a list of elements interspersed with exceptions. |
|||||||||
|
|
Here's the link to the xhtml 1 spec. |
|||||||||||||||||||
|
|
Not. Html5, but http://www.cs.tut.fi/~jkorpela/html/nesting.html is a useful list in the form I think you want. Absurdly complicated.... |
|||
|
|