Sunday 25 November 2018

What is menu element code




<!Doctype html>

<html>

<heas>

<title> Using the menu element </title>

</head>


<body>


<h1> Uing the  menu element </h1>

<Menu type="Toolbar"> >


<L1> <Menu  label="New">

<Button type="button"> Open</button>
<Button type="Button" > Save </button>
</Menu>

</L1>

<L1>

<Menu label=Edit">
<Button type="Button"> Undo </button>

<Button type=" Button" > Redo</Button>
</Menu>
</l1>

</body>

</html>

No comments: