html menu标签怎么用


当前第2页 返回上一页

html menu标签 示例

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

<!DOCTYPE html>

<html>

<body>

<menu type="toolbar">

 <li>

  <menu label="File">

   <button type="button" onclick="file_new()">新建</button>

   <button type="button" onclick="file_open()">打开</button>

   <button type="button" onclick="file_save()">保存</button>

  </menu>

 </li>

 <li>

  <menu label="Edit">

   <button type="button" onclick="edit_cut()">剪切</button>

   <button type="button" onclick="edit_copy()">复制</button>

   <button type="button" onclick="edit_paste()">粘贴</button>

  </menu>

 </li>

</menu>

<p><b>注释:</b>所有主流浏览器均不支持 menu 元素。</p>

</body>

</html>

以上就是html menu标签怎么用的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

Html span标签怎么用

转义字符有哪些

Html command标签怎么用

Html怎样对图片实现checkbox方法

如何用Html的title属性实现鼠标悬停显示文字

文字居中的css代码是什么

Html中的单标记是什么意思

Html怎么禁止复制粘贴

了解浏览器渲染网页的每个步骤机制!

Html叫什么

更多相关阅读请进入《Html》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...