Source code for form
<html>
<head>
</head>
<body>
<h2>REGISTRATION FORM</h2>
<h4>FOR JOINING</h4>
<h3>TRUE TECHZ</h3>
<div id="mer">
<form action="backend.php">
<br>
<div>
<label class="asd" for="name"></label>
Name: <input type = "text" class="asd" id= "name"></input>
</div>
<br>
<div>
Email: <input type = "email"></input>
</div>
<br>
<div>
password: <input type = "password" name="ankush"></input>
</div>
<br>
<div id="anj">
Confirm password:<input type ="password" name="ankush"></input>
</div>
<br>
<div>
Mobile no: <input type = "number"></input></div>
<br>
<div>
State <select id="ankus">
<option>State</option>
<option>Chandigarh</option>
<option>Delhi</option>
<option>Mohali</option>
<option>Mumbai</option>
</select></div>
<br>
<div>
Date: <input type = "date"></input></div>
<br>
<div>
Resume: <input type = "file"></input></div>
<br>
<div>
Aadhar: <input type = "file"></input></div>
<br>
<div>
Photo: <input type = "file"></input></div>
<br>
<div>
Favorite color : <input type = "color"></input>
</div>
<br>
<div><label class="nak" for="job"></label>
Gender :
<input type = "radio" name="myGender" id="job">male
<input type = "radio" name="myGender">female
<input type = "radio" name="myGender">other
</div>
<br>
<div>
<input type = "submit" id ="ram"></input>
<input type = "reset" id="rom">
</div>
</form>
</div>
<style>
body{background: cyan;
border: 2px solid black;
foreground :black;
}
h2,h3,h4 {display: flex;
justify-content : center;
padding :none;
margin:none;
}
div{display: flex;
justify-content : center;
}
#ram,#rom{background:cyan;}
#anj{margin:9px;}
#mer {border :2px soid red;
display:block;
}
</style>
</body>
</html>
Comments
Post a Comment
If you have any question, suggestion, complaint about blog the tell me