HTML object data 属性
如何使用 <object> 元素来嵌入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf"><...
如何使用 <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>...
标记不再正确的文本: 实例 Run this code » <p><s>My car is blue.</s></p> <p>My new car is silver.</p...
一个 ruby 注释: 实例 Run this code » <ruby> 汉 <rp>(</rp><rt>Han</rt><rp>)</rp> 字 <...
一个 ruby 注释: 实例 Run this code » <ruby> 汉 <rp>(</rp><rt>Han</rt><rp>)</rp> 字 <...