Babel html a JSX
<!DOCTYPE html>
<html lan=""en and dir="Itr"></html>
<head>
<meta charset="utf-8">
<title> Interactive Login Form</title>
<link rel="stylesheet" href="style2.css">
<script src ="login2.js"> </script>
</head>
<body>
<form class="box" action="login-html" method="POST">
<h1>
Login
</h1>
<input type="text" name=""placeholder="Enter Username" id="username">
<input type="password" name=""placeholder="Enter Password" id="Password">
<input type="submit" name="" value="Login" onClick="validate()">
</form>
</body>
Elakkiya S 711119106009