Tugas Pertemuan 4 PWEB
Nama : Moh. Rizky Rahmadian Makkani
NRP : 5025231035
Kelas : PWEB E
Tugas Pertemuan 4 : PWEB
Source Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="background-color: rgb(91, 197, 239);">
<form method="get" action="https://youtu.be/dQw4w9WgXcQ?si=TontgfdJB9_My35f">
<table>
<tr>
<td>First Name</td><td>:</td><td><input type="text" name="user" size="20" placeholder="First Name"</td>
</tr>
<tr>
<td>Second Name</td><td>:</td><td><input type="text" name="user" size="20" placeholder="Second Name"></td>
</tr>
<tr>
<td>Last Name</td><td>:</td><td><input type="text" name="user" size="20" placeholder="Last Name"></td>
</tr>
</table>
Course :
<select>
<option value="Teknik Informatika">Teknik Informatika<br>
<option value="RKA">Rekayasa Kecerdasan Artifisial<br>
<option value="RPL">Rekayasa Perangkat Lunak<br>
</select>
<br>
Genders :
Male : <input type="radio" name="opsi" value="Male">
Female : <input type="radio" name="opsi" value="Female">
Other : <input type="radio" name="opsi" value="Other">
<br>
Phone : <input type="text" name="user" size="1" value="+62"> <input type="text" name="user" size="20" placeholder="1234567890"><br>
Address : <br>
<textarea rows="8" cols="64" name="address">
</textarea><br>
<table>
<tr>
<td>Email</td><td>:</td><td><input type="text" name="user" size="20"></td>
</tr>
<tr>
<td>Password</td><td>:</td><td><input type="password" name="user" size="20"></td>
</tr>
<tr>
<td>Re-type Password</td><td>:</td><td><input type="password" name="user" size="20"></td>
</tr>
</table>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
</body>
</html>
Komentar
Posting Komentar