User Registration Table in HTML/ASP.NET
<!-- colspan combines the column as per given value -->
<html>
<head>
</head>
<body>
<table border="1" align="center" >
<tr>
<td colspan=2 align="Center">
<h1>User Registration</h1>
</td>
</tr>
Copyright @ 2013 Programming Languages.