Mega Demo
Mega Demo
<%--
Document : Login
--%>
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
<style>
.container
margin-top: 50px;
width:550px;
background-color: #46b8da;
color:white !important;
text-align: center;
font-size: 30px;
.modal-footer {
background-color: #f9f9f9;
</style>
</head>
<body>
<div class="modal-content">
</div>
<div class="form-group">
</div>
<div class="form-group">
</div>
</form>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</body>
</html>
Registration Form
<!DOCTYPE html>
<html>
<head>
<title>New Registration</title>
<style>
.container
margin-top: 30px;
width:550px;
height: 550px;
background-color: #46b8da;
color:white !important;
text-align: center;
font-size: 30px;
.modal-footer {
background-color: #f9f9f9;
}
</style>
</head>
<body>
</div>
<form>
<div class="form-group">
</div>
<div class="form-group">
</div>
<div class="form-group">
</div>
<div class="form-group">
</div>
<br>
<div class="row">
<p><center> <B>Do you want to</B> <a href="Login.jsp">Login </a>?
</center></p>
<br>
</div>
</form>
</div>
</div>
</div>
</body>
</html>
Studentinfo
<!DOCTYPE html>
<html>
<head>
<title>Student Information</title>
</head>
<body>
<div class="container">
</div>
<div class="row">
</div>
</div>
<div class="row">
<label>Address </label>
</div>
</div>
<div class="row">
<label>Contact </label>
</div>
</div>
<div class="row">
<label>Email </label>
</div>
</div>
<br>
<div class="row">
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>
Student Information
<!DOCTYPE html>
<html>
<head>
<title>Student Information</title>
</head>
<body>
<div class="container">
</div>
<div class="row">
</div>
</div>
<div class="row">
<label>Address </label>
</div>
</div>
<div class="row">
<label>Contact </label>
<input type="text" required="" class="form-control"
placeholder="Enter your contact number"/>
</div>
</div>
<div class="row">
<label>Email </label>
</div>
</div>
<br>
<div class="row">
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>