Posts

Showing posts from September, 2022

Tugas 4 PWeb

Image
Nethaneel Patricio Linggar   5025201180 PWeb C Tugas 4 PWeb Pada tugas ke-4 kelas Pemograman Web, saya telah membuat website dengan sistem grid menggunakan Bootstrap. Source code:      index.html <! DOCTYPE html > < html lang = "en" > < head >     < title > Template Web Responsive dengan Bootstrap </ title >     < meta charset = "utf-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1" >     < link rel = "stylesheet" href = "bootstrap/css/bootstrap.min.css" >     < script src = "bootstrap/js/bootstrap.min.js" ></ script >     < script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" ></ script >     < script src = "https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" ></ script > </ head > < body > < nav class = "nav...

Quiz 1 PWeb

Image
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" >   ...