搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML参考手册
HTML 属性
源代码
清空
点击运行
<!DOCTYPE html> <html> <body> <h4>Let the object float to the right:</h4> <p>This is some text. <object width="200" height="200" data="helloworld.swf" style="float:right"></object> This is some text.</p> <p>This is some text. This is some text.</p> </body> </html>
运行结果