Tugas Elemen Form Action & POST
Membuat Form Input dan Output Data Menggunakan HTML, CSS dan PHP tanpa Database File Name : index.php <!DOCTYPE html> <html> <head> <title>Elemen Form | Pengisian Data</title> <style> *{ font-family: candara; margin: 0px; } .header{ text-align : center; color : blue; background: #2c97df; height: 40px; color: #ffff; } .table{ font-size: 15px; border-spacing: 10px; } .button{ background-color: #2c97df; border: none; color: white; padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; } .footer{ text-align: cen...