Password ไว้สาหรับแสดงข้อมูลที่ถูกแทนด้วยเครื่องหมาย
nameกาหนดชื่อ
sizeกาหนดขนาดของช่องกรอกข้อมูล
maxlengthกาหนดความยาวสูงสุดของข้อมูล
valueกาหนดข้อความให้กับข้อมูล
<input type = "reset" value="reset" />
ชนิดของ <input> เป็น Password
nameกาหนดชื่อ
sizeกาหนดขนาดของช่องกรอกข้อมูล
maxlengthกาหนดความยาวสูงสุดของข้อมูล
valueกาหนดข้อความให้กับข้อมูล
<input type = "reset" value="reset" />
ชนิดของ <input> เป็น Password
<html>
<head>
<title>Using Password</title>
</head>
<body>
<h2><center><font color="hotpink" face = "arial">
Personal Information</font></center></h2>
<hr align = "center"/>
<form name= "form3_7">
<input type="password" name="compo" size="7"
maxlength="7" value="123"/>
</form>
</body>
</html>
0 ความคิดเห็น:
แสดงความคิดเห็น