实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html details 实例 - 自学教程(runoops.com)</title> </head> <body> <details> <summary>Copyright 1999-2011.</summary> <p> - by Refsnes Data. All Rights Reserved.</p> <p>All content and graphics on this web site are the property of the company Refsnes Data.</p> </details> <p><b>注意:</b>目前,只有 Chrome 和 Safari 6 支持 details 标签。</p> </body> </html>
运行结果: