29/10/2012, 13:13:21
Jean le Chauve,
j'ai corrigé le code pour arriver à deux fautes, mais je ne les comprends pas !
les voici :
end tag for X omitted, but OMITTAG NO was specified
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 104, column 5: end tag for "li" omitted, but OMITTAG NO was specified
</ul>
document type does not allow element X here; missing one of Y start-tag
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 81, column 4: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<ul>
Si quelqu'un voit de quel problème il s'agit, je suis preneur.
j'ai corrigé le code pour arriver à deux fautes, mais je ne les comprends pas !
les voici :
end tag for X omitted, but OMITTAG NO was specified
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 104, column 5: end tag for "li" omitted, but OMITTAG NO was specified
</ul>
document type does not allow element X here; missing one of Y start-tag
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 81, column 4: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<ul>
Si quelqu'un voit de quel problème il s'agit, je suis preneur.