HTML CSS examples for CSS Layout:Text
Align the text to vertically center of the page
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>