Forum : HTML HEADING
Brief description  about Online courses   join in Online courses
View Nitish  Kumar 's Profile

HTML HEADING

How can I display the heading at the center or right hand side
Asked by Nitish Kumar | Jan 10, 2010 |  Reply now
Replies (2)
View nitish kumar 's Profile
THANKS SANJAY
Jan 10, 2010
View sanjay s nair 's Profile
<html>
<head>
<title>Center allignment</title>
</head>
<body>
<center><h1>SiliconIndia</h1></center>
</body>
</html>
Jan 10, 2010