Friday, 12 February 2016

HTML CODE FOR FORM IN CENTER (FROM ALL SIDE )

<html>
<head><title>Hello Gaurav</title></head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td align="center" valign="middle">
<table border="1" width="300">
<tr><td>Hey look at me! I'm in the middle!</td></tr>
</table>
</td></tr>
</table>
</body>
</html>

No comments :

Post a Comment