1 2 3 4 5 6 7
<!DOCTYPE html> <html> <body> <div style="display: table-cell">Table cell</div> <div>New Div</div><div id="insertion">Block</div> </body> </html>