BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <h4>Let the object float to the right:</h4> <p>This is some text. <object data="helloworld.swf" height="200" style="float:right" width="200"></object> This is some text.</p> <p>This is some text. This is some text.</p> </body> </html>
运行结果