runoops.com

参考手册 第59页

HTML object hspace 属性

阅读(1028)

左侧和右侧边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" hspace="100"&g...

HTML object height 属性

阅读(833)

高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" height="400" width="400"></object>...

HTML object form 属性

阅读(1523)

位于 form 表单外的 <object> 元素(但仍然属于 form 表单的一部分): 实例 Run this code » <form action="demo_form.html" id="form1"> Fi...

HTML object data 属性

阅读(935)

如何使用 <object> 元素来嵌入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf"><...

HTML object border 属性

阅读(980)

带有 5 像素粗边框的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" border="5">&...

HTML object align 属性

阅读(987)

一个右对齐的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" align="right"><...

HTML select 标签

阅读(1665)

创建带有 4 个选项的选择列表: 实例 Run this code » <select> <option value="volvo">Volvo</option> <option value="sa...

HTML section 标签

阅读(1719)

文档的某个区域,解释了什么是 WWF : 实例 Run this code » <section> <h1>WWF</h1> <p>The World Wide Fund for Nature...

HTML script 标签

阅读(2224)

通过 JavaScript 输出 "Hello world": 实例 Run this code » <script> document.write("Hello World!") </script> 浏览器支持 所...

HTML samp 标签

阅读(1645)

对文档中的文本进行格式化: 实例 Run this code » <samp>计算机样本</samp> 浏览器支持 所有主流浏览器都支持 <samp> 标签。 标签定义及使用说明 <samp>...