<!DOCTYPE html>
<html>
<body>
<h1>menu 元素</h1>
<menu>
<li>咖啡</li>
<li>茶</li>
<li>牛奶</li>
</menu>
</body>
</html>