某表格的HTML代码如下所示,下列说法正确的是 ( )<table width=”457” border=”1” align=”center”>
<tr>
<th height=”43” colspan=”2” scope=”col”>个人档案</th>
<th width=”127” rowspan=”2” scope=”col”></th>
</tr>
<tr>
<td width=”130” height=”57” align=”center”><b>姓名</b></td>
<td width=”178” rowspan=”2” align=”center”></td>
</tr>
<tr align=”center”>
<td height=”65” align=”left”>张三</td>
<td align=”center”>照片</td>
</tr>
</table>