编辑下面的代码:【加编码】
<html> <body> <h4>Object with no margins:</h4> <p><object width="150" height="150" data="/demo/helloworld.swf"></object> This is some text. This is some text. This is some text.</p> <h4>Object with 100px margins on left and right sides:</h4> <p><object width="150" height="150" data="/demo/helloworld.swf" style="margin:0px 100px"></object> This is some text. This is some text. This is some text.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂