Postingan

Menampilkan postingan dari Januari, 2026

Form Pencarian

< style type = "text/css" > tr:hover {     background : blue ;     color : white ; } </ style > < h1 > Data SMK </ h1 > < form method = "get" action = "#" >     < table class = "table" align = "right" >         < tr >             < td data-label = "NIS" align = "right" >                 < input type = "hidden" name = "page" value = "data_siswa" >                 < input type = "text" name = "kata_kunci" >                 < input type = "submit" name = "cari" >             </ td >         </ tr >     </ table > </ form > < table class = table >     < tr >         < th > NIS </ t...