×

Html & Html5

The World's best Software Development Study Portal

HTML menu tag

This <menu> tag is use to list up or to show menu of commands regarding any particular item

Let's understand this by the following example:


<p> Here is the example of menu tag </p>
<menu>
<li> HTML </li>
<li>CSS </li>
<li> HTML languages </li>
</menu>

Output: