HTML contoh chap6 mudul lab 6

<html>
<body>
<script type="text/javascript">
for (i = 1; i <= 6; i++)
{
document.write("<h" + i + ">This is header " + i)
document.write("</h" + i + ">")
}
</script>
</body>
</html>
Category: 0 komentar

0 komentar:

Posting Komentar