梦之都
HTML教程
,
summary 属性
示例.
www.dreamdu.com
.com域名的数量
.cn域名的数量
.net域名的数量
<head>
<title>HTML summary 属性示例 -- HTML教程,XHTML教程</title> </head> <body> <p>梦之都 <a href="http://www.dreamdu.com/xhtml/">HTML教程</a>,<strong><a href="http://www.dreamdu.com/xhtml/attribute_summary/">summary 属性</a></strong>示例.</p> <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> </body> </html>