菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <body> <h4>Object with no margins:</h4> <p><object width="150" height="150" data="helloworld.swf"></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 width="150" height="150" data="helloworld.swf" style="margin:100px 0px"></object> This is some text. This is some text. This is some text.</p> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net