Form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 title="Face"> Facebook</h1>
<form action="action/">
<div>
<label for="Username">Enter Your Username</label>
<input type="text" placeholder="Username" id="Username" name="Username">
</div>
<div>
<label for="password">Enter your Passsword:</label>
<input type="password" id="password" placeholder="Password" name="password">
</div>
<button type="submit">Login</button>
</form>
<form action="https://www.google.com/search">
<input type="text" placeholder="Search in google" name="q" >
<button>Search</button>
</form>
</body>
</html>
Comments
Post a Comment