Postingan

Menampilkan postingan dari September, 2022

Kuis 1 Pemrograman Web

Gambar
Nama : Khariza Azmi Alfajira Hisyam NRP : 5025201044 Kelas : Pemrograman Web A Membuat Form Registrasi Link Repository : Repository Link Website : Website Tampilan :  Source Code : 1. 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 " />     < link rel = " stylesheet " href = " style.css " />     < title >Form Registrasi</ title >   </ head >   < body >     < div class = " container " >       < div class = " judul " >< h1 >Formulir Registrasi</ h1 ></ div >       < form action = " formregis " onsubmit = " submit_form () " >         < div class = " fo...

Tugas Membuat Submit Form

Gambar
       Nama : Khariza Azmi Alfajira Hisyam      NRP : 5025201044      Kelas : Pemrograman Web A 1. Membuat Form Login  Source code : login.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 >Document</ title > </ head > < body >     < h3 >LOGIN FORM</ h3 >     < form action = " Login_form " onsubmit = " submit_form () " >         < h4 >Username</ h4 >         < input type = " text " placeholder = " Enter your email id " />         < h4 >Password</ h4 >         < input type = ...

Tugas Membuat Portal Berita

Gambar
Nama : Khariza Azmi Alfajira Hisyam NRP : 5025201044 Kelas : Pemrograman Web A Tahun : 2022/2023 Tampilan Website Code  1. 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 " />     < link rel = " stylesheet " href = " style.css " type = " text/css " />     < link       rel = " stylesheet "       href = " https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css "     />     < title >Portal Berita</ title >   </ head >   < body >     < div class = " header " >       < div class = " logo " >LIPUTAN NETIZEN</ div >     ...