Postingan

Menampilkan postingan dari November, 2024

[Tugas Pertemuan ke-10] PHP Pendaftaran Siswa

Gambar
PHP Pendaftaran Siswa Nama: Lucky Virgiawan Dwi Widodo NRP: 5053231007 Kelas: Pemrograman Web (M) Link GitHub:  https://github.com/rukiwatsuyoidesune/pendaftaran-siswa.git Halaman Form Daftar Pendaftaran Siswa Berhasil List Siswa Form Edit

[Tugas Pertemuan ke-9] Bootstrap

Gambar
Bootstrap Login Form Nama: Lucky Virgiawan Dwi Widodo NRP: 5053231007 Kelas: Pemrograman Web (M) Link GitHub:  https://github.com/rukiwatsuyoidesune/Web-Bootstrap.git Link Website:  web-bootstrap-ten.vercel.app HTML: <!DOCTYPE html> <html lang= "en" > <head> <meta charset= "UTF-8" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <link href= "//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel= "stylesheet" id= "bootstrap-css" > <script src= "//code.jquery.com/jquery-1.11.1.min.js" ></script> <script src= "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js" ></script> <link rel= "stylesheet" href= "style.css" > <title>Login Form</title> </head> <body> <div class= "main-container" > ...