文字內容欄位範例
HTML程式碼如下:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>
文字內容欄位
</title>
</head>
<body>
<form name="login" method="post" action="xxx.php">
名稱:
<input type="text" name="User" size="15" /><br/>
密碼:
<input type="password" name="Pass" size="15"/><br/>
地址:
<textarea name="Address" rows="5" cols="50"></textarea><br/>
<input type="hidden" name="Type" value="Member"/><br/>
<input type="submit" value="註冊使用者"/>
</form>
</body>
</html>
頁:
[1]