<!DOCTYPE html>
<html>
<head>
<title>Contact Us</title>
</head>
<body>
<form action="contact.php" method="POST">
<fieldset>
<legend>Contact</legend>
<p>
<label>Name:</label>
<input...
Latihan 10 yusin
<!DOCTYPE html>
<html>
<head>
<title>Form Login</title>
</head>
<body>
<form action="login.php"method="POST">
<fieldset>
<legend>Login</legend>
<p>
<label>Username:</label>
...
Posting Komentar