You are on page 1of 1

<html> <head><title>Belajar JavaScript Bagian 1</title></head> <body> <body bgcolor="#ebf185"> <SCRIPT language="JavaScript"> <!-document.writeln("<pre>"); document.write ("<b><font size=5>"); document.

writeln("SELAMAT BELAJAR JAVASCRIPT"); document.write ("</b></font>"); document.write ("<i>"); document.writeln("Program ini adalah contoh sederhanan menampilkan teks"); document.write ("</i>"); document.writeln("Dengan JavaScript........!!!"); //--> </SCRIPT> </body> </html>

You might also like