HTML ol reversed 属性
对列表顺序进行降序: 实例 Run this code » <ol reversed> <li>Coffee</li> <li>Tea</li> <li>Milk<...
对列表顺序进行降序: 实例 Run this code » <ol reversed> <li>Coffee</li> <li>Tea</li> <li>Milk<...
在有序的 HTML 列表中使用 compact 属性: 实例 Run this code » <ol compact> <li>Coffee</li> <li>Tea</li> &...
高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" width="400" height="400"></object>...
顶部和底部边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" vspace="100"&g...
使用图像映射的 <object> 元素: 实例 Run this code » <object data="planets.gif" width="145" height="126" usemap="#planetmap"...
拥有指定的 MIME 类型的 <object> 元素: 实例 Run this code » <object width="400" height="400" data="helloworld.swf" type="app...
带有 name 属性的 <object> 元素: 实例 Run this code » <object data="helloworld.swf" width="400" height="400" name="obj1"&...
左侧和右侧边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" hspace="100"&g...
高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" height="400" width="400"></object>...
位于 form 表单外的 <object> 元素(但仍然属于 form 表单的一部分): 实例 Run this code » <form action="demo_form.html" id="form1"> Fi...