源代码:
下载代码
AI 编程工具
点击运行
<!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>
运行结果: