Align the text to vertically center of the page - HTML CSS CSS Layout

HTML CSS examples for CSS Layout:Text

Description

Align the text to vertically center of the page

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <style type="text/css">

</style> <!--from w w  w . j ava  2  s  .c  om-->
 </head> 
 <body> 
  <p>Hello world</p>  
 </body>
</html>

Related Tutorials