Search This Blog

HTML Input Tag With Password Example

HTML Input Tag With Password Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Password Example </h2>
<form>
<lable> Enter Your Password: </lable> <input type="password"/>
<br/><br/>
<lable> Enter Your Password: </lable> <input type="password" name="pwd"/>
<br/><br/>
<lable> Enter Your Password: </lable> <input type="password" id="pwd"/>
<br/><br/>
<lable> Enter Your Password: </lable> <input type="password" size="30"/>
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Password Example

No comments:

Post a Comment