Kimlik doğrulama veya yönetimden onay bekliyor.
Merhaba arkadaşlar ben bilgilerimi paylaştığım bir blog kodladım fakat w3'de aldığım hata sayısı baya fazla ve anlamadığım hatalar var,Bunları düzeltmemde bana yardımcı olacak arkadaşlar arıyorum.
Aldığım hata sayısı baya fazla belki bazı arkadaşlar birde kendileri bakmak isterler diye düşündüm.Bunun için web site adresimi aşşağıda verdim.
site adresim : egemenozbeyli.com
5 tane hata resimlerde alt="" kullanmadığım içindi onları düzenledim.
Genel olarak bakıcak olursam en çok aldığım hata türleri :
Bazı kelime başlarında boşluk bırakmış için kısa yoldan tablelardaki boşluk mantığını kullanmıştım ( ) ve karşıma çıkan sorun:
--------------------------------------------
Line 156, Column 30: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="kategori"> &nb sp; &…
✉
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>").
---------------------------------------------------
ayrıca üstteki boşluk sorunum dışında birde alt tarafta şu şekilde bir sorun bulunuyor
-------------------------------------------------
# Error Line 427, Column 78: character data is not allowed here
…ref="http://www.egemenozbeyli.com/hakkimda">Hakkımda</a></li>
✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
* putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
* forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
* using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
------------------------------------------------
bunları nasıl çözebilirim arkadaşlar.