mihal
11 months ago in Plain Text
<html>
<head>
<title>KIET GROUP</title>
<style>
</style>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:pink;">
<H1 align="center">Krishna Engineering College, GZB</h1><hr color="black" size="4">
<nav><h3 align="center">
<item><a href=''>Courses ||</a></item>&nbsp;
<item><a href=''>Fees ||</a></item>&nbsp;
<item><a href=''>Curriculam ||</a></item>&nbsp;
<item><a href=''>Placement ||</a></item>&nbsp;
<item><a href=''>Events ||</a></item>&nbsp;
</h3>
</nav>
<hr color="yellow" size="2">
<form >
<label>First Name: </label>
<input type="text" id="fname" placeholder="please enter your first name"></br>
<label>Last Name: </label>
<input type="text" id="Lname" placeholder="please enter your Last name"></br>
<label>Email Address: </label>
<input type="text" id="EmailAddress" placeholder="Email Address"></br>
<label>Password: </label>
<input type="Password" id="Lname" placeholder="Password"></br>
<button align="Right">Sign Up</button></form>
<p id="p">hey this is nehal</p>
</body>
</html>