HTML object hspace 属性
左侧和右侧边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" hspace="100"&g...
左侧和右侧边距为 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...
如何使用 <object> 元素来嵌入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf"><...
带有 5 像素粗边框的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" border="5">&...
一个右对齐的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" align="right"><...
创建带有 4 个选项的选择列表: 实例 Run this code » <select> <option value="volvo">Volvo</option> <option value="sa...
文档的某个区域,解释了什么是 WWF : 实例 Run this code » <section> <h1>WWF</h1> <p>The World Wide Fund for Nature...
通过 JavaScript 输出 "Hello world": 实例 Run this code » <script> document.write("Hello World!") </script> 浏览器支持 所...
对文档中的文本进行格式化: 实例 Run this code » <samp>计算机样本</samp> 浏览器支持 所有主流浏览器都支持 <samp> 标签。 标签定义及使用说明 <samp>...