contoh programnya
<html>
<head>
<title>js-1</title>
</head>
<body bgcolor="red">
<script>
window.alert('hello');
var a,b,c;
a=5; b=7;
c=a+b;
document.write(a,"+",b,"=",c);
document.write("<HR>");
document.write("<marquee><u><h1> TEST </h1></u> </marquee> ");
var str;
str="<HR>";
document.write(str);
</script>
</body>
</html>
Tidak ada komentar:
Posting Komentar