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