membuat input text, password,& button
<html>
<head>
<title></title>
</head>
<body>
<center><h2>menampilkan input text,passowrd,&button</h2></center>
user name:<input type="text" name="" value=""> <br>
password :<input type="password" name="" value="" required=""><br>
<input type="button" name="button" value="login">
</body>
</html>
EmoticonEmoticon