9.1.5 HTML summary 属性

summary 属性 -- 代表HTML表格的摘要
  • summary:摘要
  • 引用网址:http://www.dreamdu.com/xhtml/attribute_summary/

示例

<table width="80%" border="1" summary="The domain introduction from dreamdu.com">
	<tr> 
		<th>www.dreamdu.com</th>
		<th>.com域名的数量</th>
		<th>.cn域名的数量</th>
		<th>.net域名的数量</th>
	</tr>
</table>

说明:

  • 表格不仅可以有标题caption,还可以有一个摘要说明summary.摘要是不会显示出来的,通常是给一些其它的工具使用的,比如盲人阅读器等.
  • 由于摘要summary不会显示在浏览器中,所以可以尽可能的使摘要描述足够长,这样更有利于那些通过"听"的浏览者了解你的表格table

HTML summary 标签示例

向上 / / / 教程列表