contoh script vbscript untuk html
1. Script Pertama
<html>
<body>
<script type="text/vbscript">
document.write("hii ini code script untuk html")
</script>
</body>
</html>
(simpan dengan extensi html, contoh vbscript.html)
2. Script Kedua
<html>
<body>
<script type="text/vbscript">
document.write("<h1>hii ini code script untuk html</h1>")
</script>
</body>
</html>
(simpan dengan extensi html, contoh vbscript.html)
3. Script Ketiga
<html>
<body>
<script type="text/vbscript">
document.write("<CENTER><h1>BELAJAR VBSCRIPT!</h1></CENTER>")
document.write("<hr>")
document.write("mari kita belajar dari awal")
document.write("<br>")
document.write("bentuk bentuk bahasa yang bisa digunakan untuk website html")
</script>
</body>
</html>
(simpan dengan extensi html, contoh vbscript.html)
{ 0 komentar... Views All / Send Comment! }
Posting Komentar