table summary
table summary是在原来的<table>里直接添加为<table summary="摘要内容" 还是在另外写一个,
下边儿内容 一正确还是二正确
一:
<body>
<table>
<table summary="本表格记录2012年到2013年库存记录,记录包括U盘和耳机库存量">
<caption>2012年到2013年库存记录</caption>
<tr>
二:
<body>
<table summary="本表格记录2012年到2013年库存记录,记录包括U盘和耳机库存量">
<caption>2012年到2013年库存记录</caption>
<tr>