How do we take password input in HTML forms?
Answers
Answered by
0
<!DOCTYPE html>
<html>
<body>
<head>
<title>HTML Forms</title>
</head>
<p>Add your details:</p>
<form>
Student Username:<br> <input type="text" name="name">
<br>
Password:<br> <input type="password" name="password">
<br>
</form>
</body>
</html>
Similar questions
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Science,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago