Вы находитесь на странице: 1из 2

<!

DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<div class = "header">
<img src="../images/Screenshot.png" width="800" height="100">
<h1 style="text-align: center; background-color: yellow;">BATCH I Website</h1>
</div>

<div class = "links" style="text-align: center;">


<a href="Home.html">Home</a>
<a href="AboutUs.html">AboutUs</a>
<a href="ContactUs.html">ContactUs</a>
<a href="Login.html">Login</a>
</div>

<div class = "content">


<h3> course:</h3>
<ul>
<li>Java
<ol>
<li> Core java </li>
<li> Jee </li>
<li> j2me </li>
</ol>
</li>
<li>.NET</li>
<li>PHP</li>
</ul>

<table style="width: 70%;" align="center" "center" border="1">


<tr>
<th>Name</th> <th>Roll</th> <th>Marks</th><th>Age</th>
</tr>
<tr>
<td>
<tr>
<td>
<tr>
<td>
<tr>
<td>

Rohan</td><td> 12</td><td> 98</td><td> 11</td> </tr>


ria</td><td> 14</td><td> 96</td><td> 19</td> </tr>
Rishi</td><td> 10</td><td> 98</td><td> 10</td> </tr>
Rimi</td><td> 13</td><td> 88</td><td> 11</td> </tr>

</table>
<form action = " " method="post">
Name : <input type="text" name="nm"> <br/>
Password : <input type="password" name="pwd"> <br/>
Re-Password : <input type="password" name="repwd"> <br/>
Address:
<textarea rows="5" cols="26" name="add"></textarea>
Gender: <br/>
<input type="radio" name="gen" value="male"> : Male <br/>
<input type="radio" name="gen" value="Female"> : Female <br/>

</form>

</div>

<div class = "footer" style="text-align: center;">


<p> &copy; All rights reserved </p>
</div>
</body>
</html>

Вам также может понравиться