Postingan

Menampilkan postingan dari September, 2022

Tugas 4 - Bootstrap

Gambar
 Latihan Bootstrap Nama : Agnesfia Anggraeni NRP    : 5025201059 Tahun : 2022/2023 Kelas  : Pemrograman Web C Hasil Latihan 1 index.html <! DOCTYPE html >   < html >   < head >     <!-- Load file CSS Bootstrap offline -->   < link rel = "stylesheet" href = "css/bootstrap.min.css" >     < script src = "js/jquery-3.4.1.min.js" ></ script >   </ head >   < body >   < div class = "container" >         < div class = "row" >             < div class = "col-md-12" style = " background-color:AntiqueWhite ; " >               < h1 >< center > Judul Halaman </ center ></ h1 >             </ div >         </ div >         < div class = "row" > ...

Quiz 1 Pemrograman Web

Gambar
  Membuat Formulir Pendaftaran Pasien Baru  HTML <! DOCTYPE html > < html lang = "en" > < head >     < title > RUMAH SAKIT UMUM DAERAH AROSUKA </ title >     < link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" >     < link rel = "stylesheet" href = "style.css" /> </ head > < body >     < div class = "header" >         < h1 align = "center" FORMULIR PENDAFTARAN PASIEN BARU </h1 >         < h5 align = "center" PERHATIAN : HARAP MENGISI FORMULIR INI DENGAN LENGKAP DAN JELAS </h5 >     </ div >     < div class = "container" >         < h5 > I.IDENTITAS PASIEN </ h5 >     </ div >     < div class = "container" >         < form na...

Tugas 1- Membuat Portofolio Website

Membuat Situs Pribadi dengan HTML dan CSS  HTML <! DOCTYPE html > < html lang = "en" > < head >   < meta charset = "utf-8" >   < meta content = "width=device-width, initial-scale=1.0" name = "viewport" >   < title > Ini Aku </ title >   < meta content = "" name = "description" >   < meta content = "" name = "keywords" >   <!-- Favicons -->   < link href = "assets/img/favicon.png" rel = "icon" >   < link href = "assets/img/apple-touch-icon.png" rel = "apple-touch-icon" >   <!-- Google Fonts -->   < link href = "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,   400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|   Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel = "stylesheet" >   <!-- Vendor CSS Fil...