Posts

Showing posts from October, 2022

Tugas 6 PWeb

Image
Nethaneel Patricio Linggar   5025201180 PWeb C Tugas 6 PWeb Pada tugas ke-6 kelas Pemograman Web, saya telah membuat website dengan JQuery. Source code:      index.html < html >     < head >         < title > Validasi Form dengan JQuery Validation - Achmatim.Net </ title >         < style type = "text/css" >         .labelfrm {             display : block ;             font-size : small ;             margin-top : 5px ;         }         .error {             font-size : small ;             color : red ;         }         </ style >                 < script type = "text/javascript" src = "jqu...

Tugas 5 PWeb

Image
Nethaneel Patricio Linggar   5025201180 PWeb C Tugas 5 PWeb Pada tugas ke-5 kelas Pemograman Web, saya telah membuat website dengan JQuery. Source code:      index.html <! doctype html > < html lang = "en" >   < head >     < meta charset = "utf-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >       < link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity = "sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin = "anonymous" >     < style >         .container {           display : flex ;           flex-direction : column ;           align-items : center ;         }     </ style >     < ...