This is how valid table HTML should look. You have not wrapped tr with <table> element. <table> <tr> <th>Firstname</th> <th>Lastname</th> ...
確定! 回上一頁