Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .middle { display: table-cell; vertical-align: middle; } </style> </head> <body> <div class="external"> <div class="middle"> <div class="internal"> <h1> How to Vertically Center the HTML tag </h1> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p> </div> </div> </div> </body> </html>