Lahitan 1 Pemograman Web
Latihan 1 HTML
Nama:Sapitri kuswati
Kelas:XII-RPL-1
Jurusan:Rekayasa Perangkat Lunak
Latihan 11
<!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 type="text" name="name" placeholder="your name..." />
</p>
<p>
<label>Subject:</label>
<input type="text" name="subject" placeholder="subject..." />
</p>
<p>
<label>Email:</label>
<input type="email" name="email" placeholder="your email..." />
</p>
<p>
<input type="submit" name="submit" value="Send" />
</p>
</fieldset>
</form>
</body>
</html>
<html>
<head>
<title>Contact Us</title>
</head>
<body>
<form action="contact.php" method="POST">
<fieldset>
<legend>Contact</legend>
<p>
<label>Name:</label>
<input type="text" name="name" placeholder="your name..." />
</p>
<p>
<label>Subject:</label>
<input type="text" name="subject" placeholder="subject..." />
</p>
<p>
<label>Email:</label>
<input type="email" name="email" placeholder="your email..." />
</p>
<p>
<input type="submit" name="submit" value="Send" />
</p>
</fieldset>
</form>
</body>
</html>
Latihan 10
<!DOCTYPE html>
<html>
<head>
<title>Form Login</title>
</head>
<body>
<form action="login.php"method="POST">
<fieldset>
<legend>Login</legend>
<p>
<label>Username:</label>
<input type="text"name="username"placeholder="username..." />
</p>
<p>
<label>Password:</label>
<input type="password"name="password"placeholder="password..." />
</p>
<p>
<label><input type="checkbox"name="remember" value="remember" />Remember me</label>
</p>
<p>
<input type="submit"name="submit" value="Login" />
</p>
</fieldset>
</form>
</body>
</html>
<html>
<head>
<title>Form Login</title>
</head>
<body>
<form action="login.php"method="POST">
<fieldset>
<legend>Login</legend>
<p>
<label>Username:</label>
<input type="text"name="username"placeholder="username..." />
</p>
<p>
<label>Password:</label>
<input type="password"name="password"placeholder="password..." />
</p>
<p>
<label><input type="checkbox"name="remember" value="remember" />Remember me</label>
</p>
<p>
<input type="submit"name="submit" value="Login" />
</p>
</fieldset>
</form>
</body>
</html>
Latihan 7
Perintah HTML - Tabel
Atribut Colspan Dan Rowspan
Agenda Kegiatan Kelas 11 RPL 1
Jenis Kegiatan | Bulan | |||||
Jan | Feb | Mar | Apr | Mei | Jun | |
Kegiatan Ke-1 | V | - | - | - | - | - |
Kegiatan Ke-2 | - | V | V | V | - | V |
Kegiatan Ke-3 | V | V | V | - | - | - |
Kegiatan Ke-4 | - | - | - | V | V | - |
Kegiatan Ke-5 | - | V | - | V | V | V |
Kelas 11 RPL 1 - Semester Ganjil 2018/2019
Posting Komentar