[Tugas Pertemuan ke-4] Form Registrasi
Membuat Form Nama: Lucky Virgiawan Dwi Widodo NRP: 5053231007 Kelas: Pemrograman Web (M) Link GitHub: https://github.com/rukiwatsuyoidesune/Web-Form.git Link Website: https://web-form-five.vercel.app Source Code: <!DOCTYPE html> <html lang= "en" > <head> <meta charset= "UTF-8" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <title> Registration Page </title> <style> body { background-color : Lightskyblue; font-family : Arial, sans-serif ; margin : 0 ; padding : 0 ; } h2 { text-align : center ; margin-top : 50px ; color : #333 ; } .container { background-color : white ; width : 50 %; margin : 0 auto ; padding : 20px ; border -radius: 10px ; box-sha...