0
tugas pertama pw semester genap
Posted by YASINTA
on
19.41
in
tugas pertama semester genap
<html>
<head>
<title> Form 1 </title>
</head>
<body>
<form name="form1" method="POST" action="inputdata.php">
Nama : <input type="text" name="nama" value="YASINTA YULIA P"><br><br>
Kelas : <input type="text" name="kelas" value="X TKJ 1" maxlength="2"><br><br>
No : <input type="text" name="nomor" value="32"><br><br>
Hobby : <input type="text" name="hobby" value="Bermain Volly"><br><br>
Password : <input type="password" name="uio"><br><br>
<input type="submit" name="submit"
value="masuk"> <input type="reset"
name="reset" value="ulang">
</form>
</body>
</html>
<head>
<title> Form 1 </title>
</head>
<body>
<form name="form1" method="POST" action="inputdata.php">
Nama : <input type="text" name="nama" value="YASINTA YULIA P"><br><br>
Kelas : <input type="text" name="kelas" value="X TKJ 1" maxlength="2"><br><br>
No : <input type="text" name="nomor" value="32"><br><br>
Hobby : <input type="text" name="hobby" value="Bermain Volly"><br><br>
Password : <input type="password" name="uio"><br><br>
<input type="submit" name="submit"
value="masuk"> <input type="reset"
name="reset" value="ulang">
</form>
</body>
</html>
Posting Komentar