编辑下面的代码:【加编码】
<html> <body> <menu type="toolbar"> <li> <menu label="File"> <button type="button" onclick="file_new()">New...</button> <button type="button" onclick="file_open()">Open...</button> <button type="button" onclick="file_save()">Save</button> </menu> </li> <li> <menu label="Edit"> <button type="button" onclick="edit_cut()">Cut</button> <button type="button" onclick="edit_copy()">Copy</button> <button type="button" onclick="edit_paste()">Paste</button> </menu> </li> </menu> <p><b>Note:</b> The &amp;lt;menu&amp;gt; tag is not supported in any of the major browsers.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂