w3pop.com :: 网络学院 :: HTML :: HTML <menu>标签
The <menu> tag defines a menu list.
<menu>标签可定义菜单列表
The menu element was deprecated in HTML 4.01.
在HTML4.01中menu元素已经不被推荐使用了
The menu element is not supported in XHTML 1.0 Strict DTD.
XHTML1.0严密型DTD将不再支持menu元素。
Tip: Use CSS styles to define the type of list!
提示:用CSS样式来定义列表类型!
| 源代码 | 输出结果 |
|---|---|
| <menu> <li>html</li> <li>xhtml</li> </menu> |
DTD indicates in which DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
下表中的DTD列指明了被支持的DTD属性。S=Strict(精确的),T=Transitional(传统的),F=Frameset(框架)
| 属性 | 值 | 描述 | DTD |
|---|---|---|---|
| compact | compact_rendering | Deprecated. Use styles instead 不推荐。请使用样式来替代 |
TF |
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
查看完整的属性
| onclick, ondblclick, onfocus, onblur, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
查看完整的属性
评论 (0)
All