2-REGISTRATION FORM
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
}
.menu {
float: left;
width: 20%;
}
.menuitem {
padding: 8px;
margin-top: 7px;
border-bottom: 1px solid #f1f1f1;
}
.main {
float: left;
width: 60%;
padding: 0 20px;
overflow: hidden;
}
.right {
background-color: lightblue;
float: left;
width: 20%;
padding: 10px 15px;
margin-top: 7px;
}
@media only screen and (max-width:800px) {
/* For tablets: */
.main {
width: 80%;
padding: 0;
}
.right {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.menu, .main, .right {
width: 100%;
}
}
</style>
</head>
<body style="font-family:Verdana;">
<div style="background-color:#800000;padding:15px;">
<h3 style="color:yellow;">UNIVERSITY OF PERPETUAL HELP SYSTEM DALTA</h3>
</div>
</style>
</head>
<body>
<form action="/form/submit" method="GET or POST" >
<input type="Search" name="Search" /> ENTER Search <br/
<fieldset>
<legend>Personal Information:</legend>
<label for="fname">Name</label>
<input type="text" name="Name" id="fname" value=" Enter name "/><br/><br/>
<label for="ftext">Phone</label>
<input type="text" name=" Enter Phone number" id="number"/><br/><br/>
<label for="email">Email</label>
<input type="email" placeholder="Enter Email" name="email" required> <br/><br/>
<Select>
<Fieldset>
<option>Enter Course </option>
<option>BMMA </option>
<option>ABPsy </option>
<option>BACOm </option>
</select>
<input type="date" name="date1" /> Birthday <br/>
<input type="file" name="file" /> Upload File <br/>
<input type="radio" name="fradio" /> Male <br/>
<input type="radio" name="fradio" /> Female <br/>
</fieldset>
<fieldset>
<legend>Favorites: </legend>
<label for="favorite">Favorite Color </label><br>
<input type="checkbox" name="fradio" /> Red
<input type="checkbox" name="fradio" /> Blue
<input type="checkbox" name="fradio" /> Yellow
<input type="Range" name="Range1"/> Enter Rate </input>
<input type="Image" name="Image"/> Image <br/>
<input type="Color" name="Color"/> Choose theme color<br/>
<input type="time" name="time"/> Choose time <br/>
<input type="DateTime" name="DateTime"/> Date Time<br/>
<input type="Month" name="Month" /> Month<br/>
</fieldset>
<input type="text" placeholder="Enter Username"/>
<input type="password" value="" placeholder="Enter Password" />
<input type="password" placeholder="Retype password"/>
<input type="submit" value="Submit"/>
<input type="reset" value="Clear"/>
<div style="background-color:#800000;padding:15px;">
<h3 style="color:yellow;">UNIVERSITY OF PERPETUAL HELP SYSTEM DALTA</h3>
</fieldset>
<body>
<html>
Preview:
Comments
Post a Comment