Empty UL inside LI element
- by zorglub76
Can anyone explain me why the hell UL element cannot be empty?
And why this HTML:
<ul>
<li class="header">
<a href="#">Work</a>
<ul/>
</li>
<li class="header">
<a href="#">New</a>
<ul/>
</li>
<li class="header">
…