您的位置:
寻梦网首页
>
编程乐园
>
HTML园地
>
HTML实用教程
梦之都
HTML教程
,
summary 属性
示例.
www.dreamdu.com
.com域名的数量
.cn域名的数量
.net域名的数量
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML summary 属性示例</title> </head> <body> <p>梦之都
HTML教程
,<strong><a href="http://www.dreamdu.com/xhtml/">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>