BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <h4>Object with no margins:</h4> <p><object data="helloworld.swf" height="150" width="150"></object> This is some text. This is some text. This is some text.</p> <h4>Object with 100px margins on top and bottom:</h4> <p><object data="helloworld.swf" height="150" style="margin:100px 0px" width="150"></object> This is some text. This is some text. This is some text.</p> </body> </html>
运行结果