注意:此页面搜索的是所有试题
以下HTML代码,判断正确的是( ) <form> <td><input type = “button” value = “按钮”></td> <td>12345678</td> </form>
·<form>错了
·“button”双引号错了(应为单引号)
·第2、3行应加入<tr>…….</tr>
·没有错误

参考答案