• 02-11-2012, 10:22:00
    #1
    Üyeliği durduruldu
    s.a arkadaşlar sitem w3 de analizde 1 Error, 1 warning(s) de kaldı


    problem::

    Line 170, Column 5: 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.
  • 02-11-2012, 10:23:51
    #2
    Üyeliği durduruldu
    bendede hata var 67 tane ama bir çözmedidim nasıl yapcagımı takipteyim.