Sharing

About science & experience

Halaman

Rabu, 23 Oktober 2019

Definisi VGA

Koran Komputer .header { font-family: "Verdana"; color: black; background-color: #FFFFFF; text-align: center; padding: 20px;} body{ background: #B0C4DE; font-family: Comic Sans MS; color: #20B2AA; } h1,h2{ text-align: center; } .kotak{ width: 550px; height: auto; margin: 5px auto; } .koran{ /*jumlah column*/ -webkit-column-count: 3; /* support...

Senin, 21 Oktober 2019

QUIZ

var ans = new Array; var done = new Array; var score = 0; ans[1] = "a"; ans[2] = "b"; ans[3] = "c"; ans[4] = "d"; ans[5] = "a"; ans[6] = "b"; ans[7] = "c"; ans[8] = "d"; ans[9] = "a"; ans[10] = "a"; function Engine(question, answer) { if (answer != ans[question]) { if (!done[question]) { done[question] = -1; alert("Salah!\n\nSkormu sekarang adalah: " + score); } else...

Kamis, 17 Oktober 2019

Kalender Tanggal Lahirku

Layout Kalender .container{width: 400px; margin:auto;} th{padding: 10px; background-color: cyan; color:blue; font-family: calibri} td{text-align: center; padding: 10px 0; background-color: #fbf7f7} #red{color:red;} h1{text-align: center; font-family: calibri} 25 November 2002 Antonius Bima Bintara XII MULTIMEDIA 1 November ...