-
Line 350, Column 5: end tag for element "li" which is not open </li> ✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 350, Column 5: XML Parsing Error: Opening and ending tag mismatch: ul line 332 and li </li> ✉ -
Line 352, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 331 and ul </ul> ✉ -
Line 1018, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 274 and div </div> <!-- end of #outline --> ✉ -
Line 1023, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body </body>
hangi hata?
Line 350, Column 5: end tag for element "li" which is not open : li açmadan kapama yapmışın
Line 350, Column 5: XML Parsing Error: Opening and ending tag mismatch: ul line 332 and li : li yi ul yi kapatmamışın. muhtemelen ul kullanmadan li kullanmışın
Line 352, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 331 and ul : ul kapanmamış
Line 1018, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 274 and div : div açılmamış
Line 1023, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body:
kodlarını yazarken şunları kontrol et
<html>
<head>
</head>
<body>
</body>
</html>