HTML dir compact 属性
在目录列表中使用 compact 属性: 实例 Run this code » <dir compact> <li>html</li> <li>xhtml</li> <...
在目录列表中使用 compact 属性: 实例 Run this code » <dir compact> <li>html</li> <li>xhtml</li> <...
使用 <dialog> 元素: 实例 Run this code » <table border="1"> <tr> <th>January <dialog open>This i...
使用 <dialog> 元素: 浏览器支持 目前只有 Chrome, 和 Safari 6 支持 open 属性。 定义和用法 open 属性是一个 boolean(布尔) 属性。 使用该属性后,指定 dialog 元素是激活状态,可...
对文档中的文本进行格式化: 实例 Run this code » <dfn>定义项目</dfn> 浏览器支持 所有主流浏览器都支持 <dfn> 标签。 标签定义及使用说明 <dfn> 标签是一...
使用 <details> 元素: 实例 Run this code » <details> <summary>Copyright 1999-2011.</summary> <p> ...
一个 打开/可见 的元素: 实例 Run this code » <details open> <summary>Copyright 1999-2011.</summary> <p> - by...
实例 Run this code » 一个段落,带有时间和日期的文本已被删除: <p><del datetime="2011-11-15T22:55:03Z">这是一个被删除了的文本</del></...
实例 Run this code » 一个删除的文本,文本的URL解释了删除的原因: <p><del cite="del_demo_cite.htm">这是一个被删除了的文本</del></p>...
带有项目和描述的描述列表: 实例 Run this code » <dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <...
下面是一个 <input> 元素,<datalist> 中描述了其可能的值: 实例 Run this code » <input list="browsers"> <datalist id="bro...