<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta description ="description" = content="Hey I'm creating this website for my own practice">
<title>Divyanshu khare || MERN Developer</title>
</head>
<body>
<form>
<div>
<lable = "UserName">user Name</lable> <!--------Lable is before any box ---->
<input type="text" id="UserName" >
</div>
<div>
<lable = "passwordFor">Password</lable>
<input type = "password" id = "passwordFor" required placeholder = "Enter your password">
</div>
<div><input type = "submit"></div> <!-----------This is submit button----------->
</form>
</body>
</html>
Comments
Post a Comment