This file gives no errors: ``` <!DOCTYPE html> <html> <head> <title>Blah</title> </head> <body> <table> <tr valign="middle"> <th valign="middle"> heading </th> <td valign="top"> cell </td> </tr> </table> </body> </html> ``` What I see shows that valign is no longer valid in HTML5 * https://www.w3schools.com/tags/att_td_valign.asp * https://www.w3schools.com/tags/att_tr_valign.asp * https://www.w3schools.com/tags/att_th_valign.asp
This file gives no errors:
What I see shows that valign is no longer valid in HTML5