We're getting some suspicious HTML from our designer. Is the following valid? (note the UL inside the UL)
<ul>
<li>1</li>
<ul>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
</ul>
<li>2</li>
<ul>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
</ul>
</ul>
along with- ?](http://stackoverflow.com/questions/2161337/can-we-use-any-other-tag-inside-ul-along-with-li)
– chharvey Jul 21 '16 at 14:46