Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS List in a list

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22869
    Frodo64
    Member

    I need to make a list in a list, for ex.:

    <ul id="cat">
    <li><a href="#">Merginos</a></li>
    <li><a href="#">Vaikinai</a></li>
    <li><a href="#">Auto</a></li>
    <ul>
    <li><a href="#">Audi</a></li>
    <li><a href="#">BMW</a></li>
    <li><a href="#">Mazda</a></li>
    </ul>

    <li><a href="#">Moto</a></li>
    <li><a href="#">Gamta</a></li>
    <li><a href="#">Portretai</a></li>
    <li><a href="#">KelionÄ—s</a></li>
    <li><a href="#">Gyvūnai</a></li>
    <li><a href="#">Namai</a></li>
    </ul>

    But, i can’t pass w3c xhtml valdidate. What’s wrong?

    #48287
    Frodo64
    Member

    Thanks :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.