1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html> <body> <div style="display: table"> <div style="display: table-row-group"> <div style="display: table-row"> <input style="display: table-cell;" type="image"> <input style="display: table-cell;" type="image"> </div> </div> </div> </body> </html>