搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML参考手册
HTML 属性
源代码
清空
点击运行
<!DOCTYPE html> <html> <head> <title>HTML:<object> align 属性 - 大卫编程网(div.cn)</title> </head> <body> <h4>Object with align="left":</h4> <p>This is some text. <object width="200" height="200" align="left" data="bookmark.swf"></object> This is some text.</p> <p>This is some text. This is some text.</p> </body> </html>
运行结果