编辑下面的代码:【加编码】
<html> <body> <p><b>Note:</b> The hspace attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p> <h4>Object with no hspace:</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 hspace:</h4> <p><object width="150" height="150" data="/demo/helloworld.swf" hspace="100"></object> This is some text. This is some text. This is some text.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂