Nethaneel Patricio Linggar 5025201180 PWeb C Tugas 7 PWeb Pada tugas ke-7 kelas Pemograman Web, saya telah membuat sebuah form CRUD (Create, Read, Update, dan Delete) untuk pendaftaran siswa. Link Repository Github Homepage Form Pendaftaran Contoh Form Pendaftaran Pendaftaran Berhasil List Pendaftar
Nethaneel Patricio Linggar 5025201180 PWeb C Quiz 1 PWeb Pada kuis pertama kelas Pemograman Web, saya telah membuat form pendaftaran pasien menggunakan HTML, CSS, dan JS. Source code: index.html <! DOCTYPE html > < html > < head > < title > Formulir Pendaftaran Pasien Baru </ title > < link href = "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel = "stylesheet" > < link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity = "sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin = "anonymous" > < link rel = "stylesheet" href = "stylesheet.css" > </ head > < body > < div class = "testbox" > < form action = "/" > < div class = "banner" > ...
Comments
Post a Comment