اجرا
1264 x 150
x
1
2
<html>
3
<body>
4
<b>ویژگی input در تگ type</b>
5
<form action="/index.php" method="POST">
6
<input placeholder="نام کاربری" type="text" name="UserName"> <br>
7
<input placeholder="رمز عبور" type="password" name="Password"> <br>
8
<input type="submit" value="ارسال">
9
</form>
10
11
</body>
12
</html>