Are <Ul>s allowed inside H1?
问题 I was wondering if there would be any problems if I added a list inside a H1 heading: <h1> <ul> <li><a href="...">some link</a></li> <li><a href="...">another link</a></li> <li>current page</li> </ul> </h1> the list is a "breadcrumb" type navigation. Or is it better to insert it inside the list? <ul> <li><a href="...">some link</a></li> <li><a href="...">another link</a></li> <li><h1>current page</h1></li> </ul> 回答1: It's not valid to have a ul inside a h1, the best way of checking is to use