<!DOCTYPE html>
<html>
<body>
<style>li { list-style-type: none; }</style>
<p>
Menu is deprecated, but it may still be used semantically with list item children.
For more history, see crbug.com/87553.
</p>
<menu>
<li>Cats</li>
<li>Dogs</li>
</menu>
</body>
</html>