Postingan

Menampilkan postingan dari September, 2022
Gambar
Pemrograman A - Kuis 1 Nama: Pierra Muhammad Shobr NRP: 5025201062 HTML:  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Formulir Registrasi </ title >     < link rel = "stylesheet" href = "./style.css" > </ head > < body >     < div class = "judul" >         < h1 > Formulir Registrasi </ h1 >     </ div >     < h2 > PESERTA </ h2 >     < div class = "container" >         < form id = "form-regis" >             < div class = "input" >                 < p > Nama L...
Gambar
Latihan Pertemuan 3 - PWEB A nama : Pierra Muhammad Shobr nrp : 5025201062 kelas : PWEB A <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < link rel = "stylesheet" href = "" > </ head > < body style = " text-align: center; " >     < h1 > Create Account </ h1 >     < form id = "create-account" >         < h3 > Username </ h3 >         < input type = "text" placeholder = "username" id = "username" >         < h3 > Email </ h3 >         < input type = "email" placeholder = "email" id = "email...
Gambar
 Berikut adalah hasil tugas membuat portal berita: <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < style >         body {             margin : 0 ;         }         p {             margin : 0 ;             font-family : arial ;         }         .navbar {             display : flex ;         }         .left-section {             flex : 1 ;             padding-left : 50px ;         ...