KUIS 1 PWEB A Link Web : https://tengkureinaldo.github.io/quiz1Tengku.github.io/ Link Repository : https://github.com/tengkureinaldo/quiz1Tengku.github.io 1. index.html <!DOCTYPE html> <html> <head> <title>Form Registrasi</title> <link rel="stylesheet" type="text/css" href="kuis1.css"> </head> <body> <h1 align="center"> FORM REGISTRASI </h1> <div> <form> <label for="fname">Nama Lengkap & Gelar</label> <input type="text" id="n1"> <label for="lname">Asal Instansi / Kota</label> <input type="text" id="i1"> <label for="lname">Alamat</label> <input type="text" id="a1"> <label for="lname">Kode Pos</label> <input type=...
Postingan
Menampilkan postingan dari September, 2022
- Dapatkan link
- X
- Aplikasi Lainnya
TUGAS PWEB MINGGU KE-4 (MEMBUAT LAMAN LOGIN DAN SIGN UP) Link Repository : https://github.com/tengkureinaldo/tengkureinaldo3.github.io Link Website : https://tengkureinaldo.github.io/tengkureinaldo3.github.io/ 1. index.html <html> <head> <title>Login Page</title> </head> <body> <h3>LOGIN</h3> <form="Login_form" onsubmit="submit_form()" > <h4>USERNAME</h4> <input type="text" placeholder="enter your email id" /> <h4>PASSWORD</h4> <input type="password" placeholder="enter your password" /></br></br> <input type="submit" value="login" /> <input type="button" value="SignUp" onclick="create()" /> </form> <script type=...
- Dapatkan link
- X
- Aplikasi Lainnya
TUGAS PWEB MINGGU KE-3 (Membuat Laman Artikel) Link Repository : https://github.com/tengkureinaldo/tengkureinaldo2.github.io Link Website : https://tengkureinaldo.github.io/tengkureinaldo2.github.io/ 1. index.html <!DOCTYPE html> <html> <head> <title>Homepage</title> <link rel="stylesheet" type="text/css" href="gaya.css"> </head> <body> <div class="header"> <div class="jarak"> <h1>MyNEWS</h1> </div> </div> <div class="menu"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Contact</a></li> ...
- Dapatkan link
- X
- Aplikasi Lainnya
TUGAS PWEB-A MINGGU KE-2 (MEMBUAT CV HTML) Link Repository: https://github.com/tengkureinaldo/tengkureinaldo.github.io Link Website: https://tengkureinaldo.github.io/ Berikut ini penjelasan dari source code yang telah saya buat: 1. index.html Di bawah ini adalah source code dari halaman "Biodata" <! DOCTYPE html > < html > < head > < title > Page 1 | Biodata </ title > < link rel = "stylesheet" type = "text/css" href = "style.css" > </ head > < body > < img src = "200x300 px.jpg" alt = "HEHE!!" > < table class = "pusat" > < caption id = "kepsyen" > BIODATA DIRI </ caption > ...