菜鸟学堂
在线运行
源代码
<!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>
运行结果
在线运行
菜鸟学堂 edu.jb51.net