Problems:
Write a code segment that will create a password field in HTML form. 2014




Source Code:


<!DOCTYPE html>
<html>
<head>
<title>password</title>
</head>
<body>
<!------Create a password field ------>
<label>Password:</label><br>
<input type="password" name="password">
</body>
</html>


Screeshots of Source Code(Browser):

Create a password field in HTML form


Output:


password:
**** 


Screenshots of Output(Browser):


Create a password field in HTML form

Post a Comment

Previous Post Next Post