Informatika Kelas 7F Semester Ganjil SMP Taruna Bakti 2026-2027
PERTEMUAN KE-2 Senin, 27 Juli 2026
PERTEMUAN KE-2 Senin, 27 Juli 2026
UMUM 1. POIN KEAKTIFAN DAN KEBAIKAN 2. KESEPAKATAN BELAJAR KELAS 7G PERTEMUAN KE-2 Senin, 27 Juli 2026
7A-Ing4 7B-Ing1 7C-Ing2 7D-Ing3 7E-SB2 7F-SB3 7G-PP1 7BIL1-PP2 7BIL2-PP3 9D-Aga1 9E-Aga2 9F-Indo1
<!DOCTYPE html> <html lang=”id”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Informatika Kelas 9 – Program Analisis Data</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f6f9; margin: 20px; padding: 20px; } .container { max-width: 600px; background: white; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin: auto; } h2 { color: #2c3e50; text-align: center; } .input-group { margin-bottom: 15px; } label { display: block; font-weight: bold; margin-bottom: 5px; }