Postingan

Menampilkan postingan dari Januari, 2026

Form Searching data siswa

Gambar
 kode :  <! DOCTYPE html > < html lang = "id" > < head >     < meta charset = "UTF-8" >     < title > Data Siswa </ title >     < style >         body {             font-family : "Segoe UI" , sans-serif ;             background : #f4f6fa ;             padding : 30px ;         }         h1 {             margin-bottom : 20px ;             color : #1e3c72 ;             font-size : 28px ;         }         .table-container {             overflow-x : auto ;         }         table {             width : 100% ;       ...