Merhaba arkadaşlar sitedeki 16 adet hatadan 2 adet kaldı son
Validation Output: 2 Errors
Line 3, Column 76: document type does not allow element "meta" here; assuming missing "head" start-tag
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254" />✉
Line 640, Column 9: end tag for "ul" which is not finished
</ul>✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
Sitede Dle kurulu kodların nerde olduğunu bi türlü bulamadım
lütfen yardımcı olun bitsin