Code
Code
Code
html
<html>
<head>
</head>
<body>
<input type="submit"/>
</form>
<input type="submit"/>
</form>
registration
</a>
</a>
Cart
</a>
</h1>
</form>
</body>
</html>
registration.html
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color: pink;
.container {
padding: 50px;
background-color: lightblue;
}
input[type=text], input[type=password], textarea {
width: 100%;
padding: 15px;
display: inline-block;
border: none;
background: #f1f1f1;
input[type=text]:focus, input[type=password]:focus {
background-color: orange;
outline: none;
div {
padding: 10px 0;
hr {
margin-bottom: 25px;
.registerbtn {
background-color: #4CAF50;
color: white;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
.registerbtn:hover {
opacity: 1;
}
</style>
</head>
<body>
<form>
<div class="container">
<hr>
<div>
<label>
Course :
</label>
<select>
<option value="Course">Course</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
<option value="B.Tech">B.Tech</option>
<option value="MBA">MBA</option>
<option value="MCA">MCA</option>
<option value="M.Tech">M.Tech</option>
</select>
</div>
<div>
<label>
Gender :
</label><br>
</div>
<label>
Phone :
</label>
Current Address :
</textarea>
<label for="email"><b>Email</b></label>
<label for="psw"><b>Password</b></label>
</form>
</body>
</html>
my books,html
<html>
<body>
<center>
<table border=1>
<tr>
</tr>
<tr>
</img>
</td>
<td>
<pre>
book:XML Bible
Author:winston
Publisher:Wiesley
</font>
</pre>
</td>
</td>
</tr>
<tr>
<td> <img src="C:\Documents and Settings\All users\My Documents\My Pictures\java.bmp"
width=100 height=50>
</img>
</td>
<td>
<pre>
book:Java 2
Author:Watson
Publisher:BPB publications
</font>
</pre>
</td>
</td>
</tr>
</table> </center>
</body>
</html>
books.html
<!DOCTYPE html>
<html>
<body>
<h1 style="font-size:400%;color:black;text-align:center;">Books</h1>
<h1 style="font-size:200%;color:black;text-align:center;">click on perticular book for details</h1>
</body>
</html>