HTML Form No
HTML Form No
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 id="id1">
<div id="id2" class="class2">
<form>
<h2>Sign In</h2>
<p color: black>Sign in with your username and password</p>
<div class="container">
<label>Username SDaaaaaaw: </label> <br>
<input type="text" placeholder="Enter Username" name="username"
class="input_txt"> <br>
<label>Password : </label> <br>
<input type="password" placeholder="Enter Password" name="password"
class="input_txt"> <br><br>