<nav> kodu w3c standartları
9
●1.424
- 21-03-2013, 14:03:56Arkadaşlar merhaba, tasarımımda <nav> kodu bulunuyor ve bu kod w3c standartlarına aykırı sizce ne yapabilirim ?
- 21-03-2013, 14:06:30Kimlik doğrulama veya yönetimden onay bekliyor.<nav>HTML 5 Navigation</nav> menü alanı olarak etiketlenir.
ID ya da CLASS olarak değiştirebilirsiniz. - 21-03-2013, 15:59:29Kullandığım Kod :airwebmaster adlı üyeden alıntı: mesajı görüntüle
<nav> <ul class="navigation"> <li><a href="hakkimizda.html" title="ŞelaleWEB">HAKKIMIZDA</a></li> <li><a href="hosting-paketleri.html" title="Web Hosting">HOSTİNG</a></li> <li><a href="web-yazilim.html" title="Web Yazılım">PAKETLER</a></li> <li><a href="http://demo.selaleweb.com">DEMO KULLANIMI</a></li> </ul> <!-- END OF DROPDOWN SELECT MENU FOR SMALL SCREENS --> </nav>Aldığım Hata :
<nav> ✉ You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by: incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead). by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
- 21-03-2013, 19:28:31<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">EkolWeb adlı üyeden alıntı: mesajı görüntüle
- 21-03-2013, 20:47:09Bu sefer <h1 align="center"> gibi kodlarda align kısmını hata olarak görüyor