software project source code
Registration
Source Code
<!doctype html>
<html>
<head>
<title> myevent</title>
</head>
<body>
<h2> #HOME </h2>
<h2>#ABOUT US </h2>
<h2> #EVENT </h2>
<h2> #CONTACT US </h2>
<h2> #BOOK EVENT </h2>
<h2> #REGISTER </h2>
<h2> #LOGIN </h2>
<h1> *EVENT PROGRAM*</h1>
<h2> registration page </h3>
<form>
first name:<input type="text"placeholder="enter your 1st name" ><br>
last name:<input type="text"placeholder="enter your last name"> <br>
password:<input type="password"placeholder="enter what you want"> <br>
your address:<input type="text"placeholder="like... los angeles"> <br>
your phone no.:<input type="text"placeholder="like... 1234567890"> <br>
your hobbies:<input type="text"placeholder="like... sketching"> <br>
select gender : <input type="radio"name="gender"> male
<input type="radio"name="gender"> female
<input type="radio"name="gender">
other <br>
Do you like my program:<input type="radio"name="like">Yes
<input type="radio"name="like">No <br>
<button type=submit "value="submit"> SUBMIT
</button>
</form>
</body>
</html>
</body>
</html>
</body>
</html>
Log
In Form Source Code
<!doctype html>
<html>
<head>
<title> myevent</title>
</head>
<body>
<h2> ~login page~</h2>
<h3> ~Shree Decoraters~ </h3>
<form action="action_page.php" method="post">
<div class="imgcontainer">
<img src="img_avatar2.png" alt="Avatar" class="avatar">
</div>
<div class="container">
<label for="uname"><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>
<br>
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<br>
<button type="submit">Login</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" class="cancelbtn">Cancel</button>
<span class="psw">Forgot <a href="#">password?</a></span>
</div>
</form>
</body>
</html>
</body>
</html>
</body>
</html>
Home
Page Source Code
<!doctype html>
<html>
<head>
<title> mainpage </title>
</head>
<body>
<h1 style="font-family: 'Times New Roman'; font-size: 20px; color: #808080;"> We Arrange World's</h1>
<p style="font-size: 35px; color:pink">Vidya Pratishthan Baramati </p>
<p style="font-size: 35px; color:pink">Most Celebrated Events... </p>
<p style="color:purple; font-size: 30px">
We are Event Planning Agency each event and </p>
<p style="color:purple; font-size: 30px"> client is unique and we believe our services </p>
<p style="color: #CC0000; font-size: 30px"> should be as well.</p>
</body>
</html>
sj
Comments
Post a Comment
hey